From 90139ef19c7fbd699b99d3b5100cd06337c275a2 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Sun, 26 Jan 2020 23:41:08 +1000 Subject: [PATCH] Ignore NEWS snippets in code coverage stats --- .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/**/*"