diff --git a/codecov.yml b/codecov.yml index 303412dd..fa61467a 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,2 +1,9 @@ +coverage: + status: + project: + default: + target: auto + threshold: 1% + ignore: - - "**/test_*.py" \ No newline at end of file + - "**/test_helper.py" \ No newline at end of file