From 862c2faf962895f1055e72e016f69c07dc208927 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Wed, 6 Dec 2017 10:36:23 +0000 Subject: [PATCH] Add codecov yaml to not fail the build (#600) --- .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 00000000..f91e5c1f --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,8 @@ +coverage: + status: + project: + default: + target: 40% + threshold: null + patch: false + changes: false