CI: disable codecov project status.
Every PR should be covered by tests, and codecov patch statuses are extremely useful. However, codecov project statuses mostly create noise because project-wide coverage in nMigen is currently primarily informational.
This commit is contained in:
parent
d8273a15c3
commit
5581fdc1e8
4
.codecov.yml
Normal file
4
.codecov.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
coverage:
|
||||
status:
|
||||
project:
|
||||
default: false
|
Loading…
Reference in a new issue