mirror of
https://github.com/python/cpython.git
synced 2025-09-28 19:25:27 +00:00
Make codecov config on master the only config used (GH-2041)
This will allow for centralized management of the Codecov config to prevent skew as well as easier management going forward. Closes python/core-workflow#81.
This commit is contained in:
parent
70fede100e
commit
11ffb4543b
1 changed files with 1 additions and 0 deletions
1
.github/codecov.yml
vendored
1
.github/codecov.yml
vendored
|
@ -1,4 +1,5 @@
|
|||
codecov:
|
||||
strict_yaml_branch: master
|
||||
notify:
|
||||
require_ci_to_pass: true
|
||||
comment: off
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue