From c18d74a21036c7eca2bc80a83d875731f0fa3e1c Mon Sep 17 00:00:00 2001 From: nuest Date: Sun, 14 Jan 2018 21:50:10 +0100 Subject: [PATCH] add codecov configuration --- 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 0000000..8f36b6c --- /dev/null +++ b/codecov.yml @@ -0,0 +1,12 @@ +comment: false + +coverage: + status: + project: + default: + target: auto + threshold: 1% + patch: + default: + target: auto + threshold: 1%