diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..7c5ab34 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,12 @@ +codecov: + branch: master +coverage: + status: + project: + default: + target: 90 + threshold: "0.09" + patch: + default: + target: auto +comment: false