diff options
Diffstat (limited to '.github/codecov.yml')
-rw-r--r-- | .github/codecov.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/codecov.yml b/.github/codecov.yml index da4de3a08..6d4932680 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -22,5 +22,4 @@ comment: behavior: once # update if exists; post new; skip if deleted require_changes: yes # only post when coverage changes -ignore: - - "tests/**/*" # Don't need Tests to cover themselves +# ignore: Please place any ignores in config/ax_code_coverage.m4 instead |