diff --git a/.github/codecov.yml b/.github/codecov.yml index 4ff3894..35cde5c 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,12 +1,4 @@ coverage: status: - project: - tests: - paths: - - "tests/" - target: 100% - source: - paths: - - "src/" - target: 97% - threshold: 0.002 + project: off + patch: off