From de9fba619db270f4643266b3e029f81437aa675d Mon Sep 17 00:00:00 2001 From: Justin Dalrymple Date: Thu, 5 Jul 2018 12:34:38 -0400 Subject: [PATCH] Ignoring patch coverage for now --- .codecov.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 00000000..7a337f95 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,21 @@ +codecov: + max_report_age: off + +comment: false + +coverage: + precision: 2 + round: down + status: + project: + default: + threshold: 0.2 + if_not_found: success + patch: + default: + enabled: no + if_not_found: success + changes: + default: + enabled: no + if_not_found: success \ No newline at end of file