Skip to content

Commit 023367c

Browse files
committed
chore: remove deprecated CC
1 parent c2630d1 commit 023367c

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/ci-master.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
- run: npm install
1818
- run: npm run check
1919
- run: npm run build
20-
- uses: paambaati/[email protected]
21-
env:
22-
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
23-
with:
24-
coverageCommand: npm run test
25-
coverageLocations: |
26-
${{github.workspace}}/coverage/lcov.info:lcov
20+
# - uses: paambaati/[email protected]
21+
# env:
22+
# CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
23+
# with:
24+
# coverageCommand: npm run test
25+
# coverageLocations: |
26+
# ${{github.workspace}}/coverage/lcov.info:lcov
2727
- uses: JS-DevTools/npm-publish@v3
2828
id: publish
2929
with:

0 commit comments

Comments
 (0)