Merge pull request #80 from wilzbach/make-codecov-optional
Avoid CI failures from CodeCov by making them always green merged-on-behalf-of: Sebastian Wilzbach <sebi.wilzbach@gmail.com>
This commit is contained in:
commit
6ca6dd16d4
|
@ -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