From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 27 Jan 2020 16:28:02 +0000 (-0800) Subject: Ignore NEWS snippets in code coverage stats (GH-18194) X-Git-Tag: v3.7.7rc1~65 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=414ab5de48cfc1d8be40e330bca0611a14e28ea5;p=thirdparty%2FPython%2Fcpython.git Ignore NEWS snippets in code coverage stats (GH-18194) (cherry picked from commit 7023288dc500008609e7a4d12ae710c2093c3fc6) Co-authored-by: Nick Coghlan --- diff --git a/.github/codecov.yml b/.github/codecov.yml index 9d97dfbc43f8..ea504f48672e 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -5,7 +5,7 @@ codecov: comment: off ignore: - "Doc/**/*" - - "Misc/*" + - "Misc/**/*" - "Mac/**/*" - "PC/**/*" - "PCbuild/**/*"