diff --git a/.github/codecov.yml b/.github/codecov.yml index 5dd21786..95b5b2b0 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,4 +1,12 @@ coverage: status: - project: off - patch: off \ No newline at end of file + project: + default: + target: 80% + threshold: 5% + informational: true + patch: + default: + target: 80% + threshold: 5% + informational: true \ No newline at end of file diff --git a/login-workflow/codecov.yml b/login-workflow/codecov.yml deleted file mode 100644 index 5dd21786..00000000 --- a/login-workflow/codecov.yml +++ /dev/null @@ -1,4 +0,0 @@ -coverage: - status: - project: off - patch: off \ No newline at end of file