diff --git a/codecov.yml b/codecov.yml index 55e5016..45af80e 100644 --- a/codecov.yml +++ b/codecov.yml @@ -4,3 +4,6 @@ comment: # this is a top-level key require_changes: false # if true: only post the comment if coverage changes require_base: false # [true :: must have a base report to post] require_head: true # [true :: must have a head report to post] +ignore: + - "setup.py" + - "tests/*"