From dcde9b4c54d8b0f79fef4e21b57874ce666eef61 Mon Sep 17 00:00:00 2001 From: Tim Head Date: Wed, 21 Mar 2018 08:23:00 +0100 Subject: [PATCH] Add codecov configuration to enable PR comments --- .codecov.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 00000000..cc80b2c9 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,10 @@ +# show coverage in CI status, not as a comment. Never consider it a failure. +comment: off +coverage: + status: + project: + default: + target: 0% + patch: + default: + target: 0%