Avoid CI failures from CodeCov by making them always green
This commit is contained in:
parent
ff93b0de81
commit
aa0d337acd
|
@ -7,8 +7,11 @@ coverage:
|
||||||
|
|
||||||
status:
|
status:
|
||||||
# Learn more at https://codecov.io/docs#yaml_default_commit_status
|
# Learn more at https://codecov.io/docs#yaml_default_commit_status
|
||||||
project: true
|
project: off
|
||||||
patch: true
|
patch:
|
||||||
changes: false
|
default:
|
||||||
|
informational: true
|
||||||
|
changes: off
|
||||||
|
|
||||||
|
|
||||||
comment: false
|
comment: false
|
||||||
|
|
Loading…
Reference in a new issue