]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Ignore NEWS snippets in code coverage stats (GH-18194)
authorNick Coghlan <ncoghlan@gmail.com>
Mon, 27 Jan 2020 16:05:03 +0000 (02:05 +1000)
committerGitHub <noreply@github.com>
Mon, 27 Jan 2020 16:05:03 +0000 (02:05 +1000)
.github/codecov.yml

index 9d97dfbc43f8d018eafcec38cb14be99fb8f5da8..ea504f48672eac0927627cddb0ac5ce55f659158 100644 (file)
@@ -5,7 +5,7 @@ codecov:
 comment: off
 ignore:
   - "Doc/**/*"
-  - "Misc/*"
+  - "Misc/**/*"
   - "Mac/**/*"
   - "PC/**/*"
   - "PCbuild/**/*"