diff options
Diffstat (limited to 'codecov.yml')
-rw-r--r-- | codecov.yml | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/codecov.yml b/codecov.yml index e34b27ea..75e92a5f 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,4 +1,12 @@ coverage: status: - project: on - patch: on
\ No newline at end of file + project: + default: + target: auto + threshold: 0% + informational: true + patch: + default: + target: auto + threshold: 0% + informational: true
\ No newline at end of file |