Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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