diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..6cb50d9 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,13 @@ +coverage: + status: + project: + default: + target: auto + threshold: 0.5% + if_no_uploads: error + if_not_found: success + if_ci_failed: error + patch: yes + +comment: + require_changes: true \ No newline at end of file