diff --git a/codecov.yml b/codecov.yml index a6afdbc..f3e0d9b 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,3 +1,12 @@ ignore: - "tests/*" - - "**/traits*" \ No newline at end of file + - "**/traits*" + +coverage: + status: + project: + default: + threshold: 5 + patch: + default: + threshold: 5 \ No newline at end of file