mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
b2795564dc
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>
18 lines
311 B
YAML
18 lines
311 B
YAML
comment: false
|
|
|
|
github_checks:
|
|
annotations: false
|
|
|
|
coverage:
|
|
status:
|
|
patch: false
|
|
# project will give us the diff in the total code coverage between a commit
|
|
# and its parent
|
|
project:
|
|
default:
|
|
target: auto
|
|
threshold: "15%"
|
|
changes: false
|
|
|
|
ignore:
|
|
- "vendor/**/*"
|