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 2b35d46 commit 612d4afCopy full SHA for 612d4af
.github/workflows/main.yml
@@ -33,4 +33,9 @@ jobs:
33
run: yarn test:coverage
34
35
- name: Upload coverage to Codecov
36
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
37
+ with:
38
+ fail_ci_if_error: true
39
+ verbose: true
40
+ env:
41
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/test.yml
@@ -36,3 +36,8 @@ jobs:
uses: codecov/codecov-action@v4
42
43
0 commit comments