diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..cf6c201 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,15 @@ +coverage: + status: + project: + default: + # basic + target: auto + threshold: 0% + base: auto + flags: + - unit + paths: + - "src" + if_ci_failed: ignore #success, failure, error, ignore + informational: false + only_pulls: false \ No newline at end of file