diff --git a/.gitattributes b/.gitattributes index d2798f539..3b5cb465d 100644 --- a/.gitattributes +++ b/.gitattributes @@ -7,6 +7,7 @@ /.travis.yml export-ignore /bin/build-stub export-ignore /box.json.dist export-ignore +/codecov.yml export-ignore /Makefile export-ignore /phpunit.xml.dist export-ignore /scoper.inc.php export-ignore diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..bd178c432 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,10 @@ +codecov: + notify: + after_n_builds: 7 + +coverage: + range: "60..100" + status: + project: + default: + threshold: 1%