From 1fca914402db052e19818e72f2ae71749f79dd9c Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Thu, 18 Oct 2018 11:33:02 -0500 Subject: [PATCH] disable codecov check on patch --- codecov.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..d765a84a6 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,5 @@ +coverage: + status: + patch: + default: + enabled: no \ No newline at end of file