mirror of
https://github.com/python/cpython.git
synced 2025-09-30 12:21:51 +00:00
[3.6] Make codecov config on master the only config used (GH-2041) (GH-2052)
This will allow for centralized management of the Codecov config to prevent skew as well as easier management going forward.
Closes python/core-workflowGH-81.
(cherry picked from commit 11ffb4543b
)
This commit is contained in:
parent
fe9c7a0fd3
commit
fe796efa66
1 changed files with 1 additions and 0 deletions
1
.github/codecov.yml
vendored
1
.github/codecov.yml
vendored
|
@ -1,4 +1,5 @@
|
||||||
codecov:
|
codecov:
|
||||||
|
strict_yaml_branch: master
|
||||||
notify:
|
notify:
|
||||||
require_ci_to_pass: true
|
require_ci_to_pass: true
|
||||||
comment: off
|
comment: off
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue