Skip to content

Commit

Permalink
Relax CodeCov targets
Browse files Browse the repository at this point in the history
Given that there are plenty of false positives (#920, #919), it does not make sense to keep the target coverage that high.
  • Loading branch information
akoshelev committed Jan 16, 2024
1 parent c6923ff commit fde1328
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ coverage:
status:
project:
default:
target: 89% # the required coverage value
threshold: 0.5% # the leniency in hitting the target
target: 85% # the required coverage value
threshold: 1% # the leniency in hitting the target
patch:
default:
target: 90% # the required coverage value
threshold: 0.5% # the leniency in hitting the target
target: 80% # the required coverage value
threshold: 1% # the leniency in hitting the target

0 comments on commit fde1328

Please sign in to comment.