diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..186a576 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,12 @@ +coverage: + status: + project: + default: + informational: true + target: auto + threshold: 100% + patch: + default: + informational: true + target: auto + threshold: 100% \ No newline at end of file