Skip to content

Commit

Permalink
Fix: Update codecov to account for fact if branches now covered
Browse files Browse the repository at this point in the history
  • Loading branch information
eddiebergman committed Feb 7, 2022
1 parent 7e7beb4 commit 74c895d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ coverage:
# https://docs.codecov.com/docs/commit-status
status:

# We want our total main project to always remain above 87% coverage, a
# We want our total main project to always remain above 84% coverage, a
# drop of 0.20% is allowed. It should fail if coverage couldn't be uploaded
# of the CI fails otherwise
project:
default:
target: 87%
target: 84%
threshold: 0.20%
if_not_found: failure
if_ci_failed: error
Expand Down

0 comments on commit 74c895d

Please sign in to comment.