From 37bcff9cd7af7e051bc86874f6383bea41393928 Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Thu, 5 Nov 2020 16:54:34 -0500 Subject: [PATCH] codecov.yml: Update ignore list --- codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index 0abe23312..e5c073f63 100644 --- a/codecov.yml +++ b/codecov.yml @@ -7,8 +7,8 @@ coverage: base: pr # Only post a status to pull requests informational: true # Don't block PRs based on coverage stats (yet?) ignore: - - "examples/**/*" - - "bindings/**/*" + - "examples" + - "bindings" - "thirdparty/jsoncpp" - "doc" - "cmake"