diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 00000000..7a337f95 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,21 @@ +codecov: + max_report_age: off + +comment: false + +coverage: + precision: 2 + round: down + status: + project: + default: + threshold: 0.2 + if_not_found: success + patch: + default: + enabled: no + if_not_found: success + changes: + default: + enabled: no + if_not_found: success \ No newline at end of file