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 de76fa6 commit 9a43ec0Copy full SHA for 9a43ec0
.github/workflows/ci.yml
@@ -46,5 +46,11 @@ jobs:
46
run: npm ci
47
- name: Run tests
48
run: npm run test
49
- - name: Code coverage
50
- run: bash <(curl -s https://codecov.io/bash)
+ - name: Upload code coverage
+ uses: codecov/codecov-action@v4
51
+ with:
52
+ fail_ci_if_error: true
53
+ token: ${{ secrets.CODECOV_TOKEN }}
54
+concurrency:
55
+ group: ${{ github.workflow }}-${{ github.ref }}
56
+ cancel-in-progress: true
0 commit comments