Skip to content

Commit 6001679

Browse files
sbryngelsonAiredaleDev
authored andcommitted
Update coverage.yml (MFlowCode#500)
1 parent 81f0cbb commit 6001679

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/coverage.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,10 @@ jobs:
4242
- name: Upload coverage reports to Codecov
4343
uses: codecov/[email protected]
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)