codecov: disable "patch" status
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 <github@gone.nl>
This commit is contained in:
parent
aca813e135
commit
b2795564dc
1 changed files with 1 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue