From 952d8d154c21ff525ec4f44751e8b34352e00cb6 Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Sun, 5 Nov 2017 16:17:18 -0600 Subject: [PATCH] Hopefully stop codecov from failing builds for no good reason --- codecov.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..0bcc79196 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,8 @@ +coverage: + status: + project: + default: + target: 35 + threshold: 1 +comment: + layout: "diff"