[Python-checkins] Ignore NEWS snippets in code coverage stats (GH-18194)

Nick Coghlan webhook-mailer at python.org
Mon Jan 27 11:05:12 EST 2020


https://github.com/python/cpython/commit/7023288dc500008609e7a4d12ae710c2093c3fc6
commit: 7023288dc500008609e7a4d12ae710c2093c3fc6
branch: master
author: Nick Coghlan <ncoghlan at gmail.com>
committer: GitHub <noreply at github.com>
date: 2020-01-28T02:05:03+10:00
summary:

Ignore NEWS snippets in code coverage stats (GH-18194)

files:
M .github/codecov.yml

diff --git a/.github/codecov.yml b/.github/codecov.yml
index 9d97dfbc43f8d..ea504f48672ea 100644
--- a/.github/codecov.yml
+++ b/.github/codecov.yml
@@ -5,7 +5,7 @@ codecov:
 comment: off
 ignore:
   - "Doc/**/*"
-  - "Misc/*"
+  - "Misc/**/*"
   - "Mac/**/*"
   - "PC/**/*"
   - "PCbuild/**/*"



More information about the Python-checkins mailing list