From aa0d337acd7132e3f4ffd7277b2c6f1c7cc9e0ad Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Sat, 5 May 2018 16:35:16 +0200 Subject: [PATCH] Avoid CI failures from CodeCov by making them always green --- .codecov.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 72042e7..99eed18 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -7,8 +7,11 @@ coverage: status: # Learn more at https://codecov.io/docs#yaml_default_commit_status - project: true - patch: true - changes: false + project: off + patch: + default: + informational: true + changes: off + comment: false