Skip to content

Commit

Permalink
Don't fail CI because of code coverage job (#286)
Browse files Browse the repository at this point in the history
* Don't fail CI because of code coverage job

* Trigger code coverage job

* Trigger code coverage job when codecov config is changed
  • Loading branch information
romac authored Dec 6, 2022
1 parent 1cbd1d9 commit 5bceb90
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .codecov.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
coverage:
status:
project:
default:
informational: true
patch:
default:
informational: true
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Coverage
on:
pull_request:
paths:
- .codecov.yml
- .github/workflows/rust.yml
- .github/workflows/coverage.yml
- Cargo.toml
Expand Down Expand Up @@ -49,4 +50,3 @@ jobs:
with:
files: lcov.info
fail_ci_if_error: true

0 comments on commit 5bceb90

Please sign in to comment.