Skip to content

Commit 71192d6

Browse files
committed
Switch to codecov
1 parent 04477a6 commit 71192d6

File tree

5 files changed

+88
-156
lines changed

5 files changed

+88
-156
lines changed

.github/workflows/continuous-testing.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- run: npm ci
2222
- run: npm run build
2323
- run: npm test
24-
- name: publish code coverage
25-
uses: paambaati/codeclimate-action@v9.0.0
26-
env:
27-
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
24+
- name: Upload coverage reports to Codecov
25+
uses: codecov/codecov-action@v4
26+
with:
27+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)