projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70fede1
)
Make codecov config on master the only config used (GH-2041)
author
Brett Cannon
<brettcannon@users.noreply.github.com>
Fri, 9 Jun 2017 23:26:03 +0000
(16:26 -0700)
committer
GitHub
<noreply@github.com>
Fri, 9 Jun 2017 23:26:03 +0000
(16:26 -0700)
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.
.github/codecov.yml
patch
|
blob
|
history
diff --git
a/.github/codecov.yml
b/.github/codecov.yml
index 2106da61725973b81a63a817ec6f245706af4353..9d97dfbc43f8d018eafcec38cb14be99fb8f5da8 100644
(file)
--- a/
.github/codecov.yml
+++ b/
.github/codecov.yml
@@
-1,4
+1,5
@@
codecov:
+ strict_yaml_branch: master
notify:
require_ci_to_pass: true
comment: off