diff --git a/codecov.yaml b/codecov.yaml new file mode 100644 index 0000000..46a1e1a --- /dev/null +++ b/codecov.yaml @@ -0,0 +1,15 @@ +codecov: + require_ci_to_pass: yes + +coverage: + status: + project: + default: false # disable the default status that measures entire project + source: + paths: + - "src/" + target: 100% + threshold: 0.1 + patch: + default: + target: 90% # new contributions should have a coverage at least equal to target \ No newline at end of file