diff --git a/.github/codecov.yml b/.github/codecov.yml index b0742621ab..da4de3a08c 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