aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/codecov.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/codecov.yml b/.github/codecov.yml
index b0742621a..da4de3a08 100644
--- a/.github/codecov.yml
+++ b/.github/codecov.yml
@@ -23,4 +23,4 @@ comment:
require_changes: yes # only post when coverage changes
ignore:
- - "tests/*/**" # Don't need Tests to cover themselves
+ - "tests/**/*" # Don't need Tests to cover themselves