diff --git a/codecov.yml b/codecov.yml index 45af80e..088d970 100644 --- a/codecov.yml +++ b/codecov.yml @@ -6,4 +6,4 @@ comment: # this is a top-level key require_head: true # [true :: must have a head report to post] ignore: - "setup.py" - - "tests/*" + - "test/*"