Skip to content

Commit b9b8bc4

Browse files
authored
Update coverage.yml (#500)
1 parent 9f6b81f commit b9b8bc4

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,10 @@ jobs:
4242
- name: Upload coverage reports to Codecov
4343
uses: codecov/codecov-action@v4.0.1
4444
with:
45-
token: ${{ secrets.CODECOV_TOKEN }}
45+
token: ${{ secrets.CODECOV_TOKEN }}
46+
fail_ci_if_error: true
47+
verbose: true
48+
version: v0.6.0
49+
env:
50+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
51+

0 commit comments

Comments
 (0)