diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2020-01-27 16:05:03 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-27 16:05:03 (GMT) |
commit | 7023288dc500008609e7a4d12ae710c2093c3fc6 (patch) | |
tree | 786c7122893ab880f564243ee77a8ed04b9b2c2c /.github | |
parent | 4dbf2d8c6789a9b7299b142033073213604b8fdc (diff) | |
download | cpython-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.yml | 2 |
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/**/*" |