summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2020-01-27 16:05:03 (GMT)
committerGitHub <noreply@github.com>2020-01-27 16:05:03 (GMT)
commit7023288dc500008609e7a4d12ae710c2093c3fc6 (patch)
tree786c7122893ab880f564243ee77a8ed04b9b2c2c /.github
parent4dbf2d8c6789a9b7299b142033073213604b8fdc (diff)
downloadcpython-7023288dc500008609e7a4d12ae710c2093c3fc6.zip
cpython-7023288dc500008609e7a4d12ae710c2093c3fc6.tar.gz
cpython-7023288dc500008609e7a4d12ae710c2093c3fc6.tar.bz2
Ignore NEWS snippets in code coverage stats (GH-18194)
Diffstat (limited to '.github')
-rw-r--r--.github/codecov.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/codecov.yml b/.github/codecov.yml
index 9d97dfb..ea504f4 100644
--- a/.github/codecov.yml
+++ b/.github/codecov.yml
@@ -5,7 +5,7 @@ codecov:
comment: off
ignore:
- "Doc/**/*"
- - "Misc/*"
+ - "Misc/**/*"
- "Mac/**/*"
- "PC/**/*"
- "PCbuild/**/*"