Skip to content

Commit

Permalink
ci: codecov is not a failure in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-hagemann committed Oct 17, 2024
1 parent 765c361 commit d7ac42a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
with:
file: ./coverage.xml
token: ${{secrets.CODECOV_TOKEN}}
fail_ci_if_error: false

functional-test:
name: Functional tests
Expand Down
11 changes: 11 additions & 0 deletions codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
codecov:
require_ci_to_pass: yes

coverage:
status:
project:
default:
enabled: false
patch:
default:
enabled: false

0 comments on commit d7ac42a

Please sign in to comment.