From ffd473737a142b8a6afb41ffc196056ce9d97b96 Mon Sep 17 00:00:00 2001 From: Nic Munroe Date: Fri, 18 Nov 2016 10:25:02 -0800 Subject: [PATCH] Add project and patch codecov.io code coverage thresholds --- .codecov.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 00000000..8b5a5a21 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,12 @@ +# Controls the behavior of the codecov.io integration. +# See https://github.com/codecov/support/wiki/Codecov-Yaml for details on the options. +coverage: + status: + project: + default: + enabled: yes + target: 95% + patch: + default: + enabled: yes + target: 90%