]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Ignore NEWS snippets in code coverage stats (GH-18194)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 27 Jan 2020 16:28:02 +0000 (08:28 -0800)
committerGitHub <noreply@github.com>
Mon, 27 Jan 2020 16:28:02 +0000 (08:28 -0800)
(cherry picked from commit 7023288dc500008609e7a4d12ae710c2093c3fc6)

Co-authored-by: Nick Coghlan <ncoghlan@gmail.com>
.github/codecov.yml

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