From 260a994baf78f272ee681e80f2e103789b214073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristi=20V=C3=AEjdea?= Date: Mon, 18 Dec 2017 15:33:09 +0100 Subject: [PATCH] Disable Codecov build failures --- .codecov.yml | 3 ++- .travis.yml | 5 +++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index 368e8e4..fb3842d 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -11,6 +11,7 @@ coverage: default: enabled: yes target: auto + threshold: 0% if_no_uploads: error if_ci_failed: error @@ -18,7 +19,7 @@ coverage: default: enabled: yes target: 80% - threshold: 60% + threshold: 0% if_no_uploads: error if_ci_failed: error diff --git a/.travis.yml b/.travis.yml index 4e5c4bf..d8ceb8d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -40,3 +40,8 @@ after_success: branches: only: - master + +notifications: + email: + on_success: always + on_failure: always