diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..2c08026 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,10 @@ +coverage: + status: + project: + default: + target: 90% + threshold: 2 + base: "auto" + if_ci_failed: error + informational: false + only_pulls: false