We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 522ca7d commit 5d0babbCopy full SHA for 5d0babb
1 file changed
.github/workflows/ci-workflow.yml
@@ -53,6 +53,10 @@ jobs:
53
- run: date +"%Y-%m-%d %T"
54
- run: npm install
55
- run: ./bin/check_for_nonassertive_tests.sh
56
- - run: npx nyc --reporter=lcov npm test && npx codecov
+ - run: npx nyc --reporter=lcov npm test
57
env:
58
CI: true
59
+ - name: Upload coverage to Codecov
60
+ uses: codecov/codecov-action@v4
61
+ with:
62
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments