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 ab237a2 commit c591895Copy full SHA for c591895
.github/workflows/ci.yml
@@ -60,7 +60,11 @@ jobs:
60
- run: npm run test:mongodb
61
env:
62
CI: true
63
- - run: bash <(curl -s https://codecov.io/bash)
+ - name: Upload code coverage
64
+ uses: codecov/codecov-action@v4
65
+ with:
66
+ fail_ci_if_error: true
67
+ token: ${{ secrets.CODECOV_TOKEN }}
68
concurrency:
69
group: ${{ github.workflow }}-${{ github.ref }}
70
cancel-in-progress: true
0 commit comments