Skip to content

Commit

Permalink
build(ci): make coverage upload and calculation mandatory (#1230)
Browse files Browse the repository at this point in the history
Signed-off-by: Billy Zha <[email protected]>
  • Loading branch information
qweeah authored Jan 5, 2024
1 parent 3af1cd3 commit 0135c32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,3 +54,5 @@ jobs:
run: bin/linux/amd64/oras version
- name: Upload coverage to codecov.io
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: true

0 comments on commit 0135c32

Please sign in to comment.