From 4cda3eb66797e5119f3b50127910512e2a46b255 Mon Sep 17 00:00:00 2001 From: Jason Etcovitch Date: Sat, 15 Dec 2018 01:22:50 -0500 Subject: [PATCH] Codecov makes me sad --- codecov.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/codecov.yml b/codecov.yml index 0aec7b13..beddfc0a 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,3 +1,11 @@ -comment: - # only post the comment if coverage changes - require_changes: true \ No newline at end of file +coverage: + status: + project: + default: + # Fail the status if coverage drops by >= 3% + threshold: 3 + patch: + default: + threshold: 3 + +comment: false