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:
|
||||
# Learn more at https://codecov.io/docs#yaml_default_commit_status
|
||||
project: true
|
||||
patch: true
|
||||
changes: false
|
||||
project: off
|
||||
patch:
|
||||
default:
|
||||
informational: true
|
||||
changes: off
|
||||
|
||||
|
||||
comment: false
|
||||
|
|
Loading…
Reference in a new issue