mirror of
https://github.com/beetbox/beets.git
synced 2026-01-04 23:12:51 +01:00
Merge pull request #4337 from thomasrockhu-codecov/patch-1
chore(ci): add informational Codecov status checks
This commit is contained in:
commit
a8a0563be6
1 changed files with 10 additions and 5 deletions
15
codecov.yml
15
codecov.yml
|
|
@ -1,9 +1,14 @@
|
|||
# Don't post a comment on pull requests.
|
||||
comment: off
|
||||
|
||||
# I think this disables commit statuses?
|
||||
# Sets non-blocking status checks
|
||||
# https://docs.codecov.com/docs/commit-status#informational
|
||||
coverage:
|
||||
status:
|
||||
project: no
|
||||
patch: no
|
||||
changes: no
|
||||
status:
|
||||
project:
|
||||
default:
|
||||
informational: true
|
||||
patch:
|
||||
default:
|
||||
informational: true
|
||||
changes: no
|
||||
|
|
|
|||
Loading…
Reference in a new issue