From eed50ccf74b29347a3a1e7731dce9308ac21b07b Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Tue, 28 Jan 2020 02:05:03 +1000 Subject: [PATCH] Ignore NEWS snippets in code coverage stats (GH-18194) (cherry picked from commit 7023288dc500008609e7a4d12ae710c2093c3fc6) Co-authored-by: Nick Coghlan --- .github/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index 9d97dfbc43f8d0..ea504f48672eac 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -5,7 +5,7 @@ codecov: comment: off ignore: - "Doc/**/*" - - "Misc/*" + - "Misc/**/*" - "Mac/**/*" - "PC/**/*" - "PCbuild/**/*"