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 f8c6a0a commit 7f8eb30Copy full SHA for 7f8eb30
.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