mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
chore(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
7c670711ae
commit
ca056ff7fb
1 changed files with 9 additions and 5 deletions
10
codecov.yml
10
codecov.yml
|
|
@ -1,9 +1,13 @@
|
||||||
# Don't post a comment on pull requests.
|
# Don't post a comment on pull requests.
|
||||||
comment: off
|
comment: off
|
||||||
|
|
||||||
# I think this disables commit statuses?
|
# Sets non-blocking status checks
|
||||||
coverage:
|
coverage:
|
||||||
status:
|
status:
|
||||||
project: no
|
project:
|
||||||
patch: no
|
default:
|
||||||
|
informational: true
|
||||||
|
patch:
|
||||||
|
default:
|
||||||
|
informational: true
|
||||||
changes: no
|
changes: no
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue