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.
2 parents 8ebf304 + f81afc4 commit 8ae5a60Copy full SHA for 8ae5a60
.github/workflows/test.yml
@@ -50,10 +50,11 @@ jobs:
50
- name: Test
51
run: yarn test:ci
52
53
- - name: Upload coverage to Codecov
54
- uses: codecov/codecov-action@v2
+ - uses: codecov/codecov-action@v4
55
with:
56
- token: ${{ secrets.CODECOV_TOKEN }}
+ fail_ci_if_error: true # optional (default = false)
+ token: ${{ secrets.CODECOV_TOKEN }} # required
57
+ verbose: true # optional (default = false)
58
59
- name: Build
60
run: yarn build
0 commit comments