ci: add informational Codecov status checks
Hi, Tom from Codecov here. I noticed that you were using Codecov but weren't actually getting any notifications on pull requests. I figured it would be useful to get some idea if code being changed is being tested, but also not blocking CI/merging. Let me know if this makes sense or if we can do something that would be helpful.
This commit is contained in:
parent
488dc175e0
commit
0b12ed8beb
|
|
@ -1,7 +1,9 @@
|
||||||
coverage:
|
coverage:
|
||||||
status:
|
status:
|
||||||
project: false
|
project:
|
||||||
patch: false
|
informational: true
|
||||||
|
patch:
|
||||||
|
informational: true
|
||||||
changes: false
|
changes: false
|
||||||
|
|
||||||
comment: false
|
comment: false
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue