diff options
-rw-r--r-- | codecov.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..672717e3 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,12 @@ +coverage: + status: + project: + default: + target: auto + threshold: 0% + informational: true + patch: + default: + target: auto + threshold: 0% + informational: true |