Skip to content

Commit

Permalink
codecov: disable "patch" status
Browse files Browse the repository at this point in the history
CodeCov has been very hit-and-miss recently; it looks like we
may need some additional settings to make it compare with the
correct parent commit (perhaps it doesn't work well with rebasing),

Signed-off-by: Sebastiaan van Stijn <[email protected]>
  • Loading branch information
thaJeztah committed Jun 7, 2022
1 parent aca813e commit b279556
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,7 @@ github_checks:

coverage:
status:
patch:
default:
target: 50%
only_pulls: true
patch: false
# project will give us the diff in the total code coverage between a commit
# and its parent
project:
Expand Down

0 comments on commit b279556

Please sign in to comment.