From 7023288dc500008609e7a4d12ae710c2093c3fc6 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Tue, 28 Jan 2020 02:05:03 +1000 Subject: Ignore NEWS snippets in code coverage stats (GH-18194) --- .github/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index 9d97dfb..ea504f4 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -5,7 +5,7 @@ codecov: comment: off ignore: - "Doc/**/*" - - "Misc/*" + - "Misc/**/*" - "Mac/**/*" - "PC/**/*" - "PCbuild/**/*" -- cgit v0.12