diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..c8d34b9 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,15 @@ +coverage: + status: + project: + default: + threshold: 3% + branches: + - master + only_pulls: false + + patch: + default: + target: auto + branches: + - master + only_pulls: true