Skip to content

Commit 8281cbe

Browse files
committed
Make "codecov" upload failures fail the CI so we notice
1 parent 220052c commit 8281cbe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ jobs:
4040
uses: codecov/codecov-action@v3
4141
with:
4242
files: coverage.out
43+
fail_ci_if_error: true
44+
verbose: true
4345
dockerfile:
4446
name: Test Dockerfile
4547
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)