diff --git a/.github/codecov.yml b/.github/codecov.yml index e4155dd851..b0742621ab 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -23,4 +23,4 @@ comment: require_changes: yes # only post when coverage changes ignore: - - "tests/zfs-tests" # Don't need Tests to cover themselves \ No newline at end of file + - "tests/*/**" # Don't need Tests to cover themselves