diff options
Diffstat (limited to '.codecov.yml')
-rw-r--r-- | .codecov.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.codecov.yml b/.codecov.yml index 5e5890588..448ddf1e9 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -8,3 +8,6 @@ coverage: # Require 1% coverage, i.e., always succeed target: 1 comment: off + +ignore: + - "**/setup.py" |