Disable Codecov build failures
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
|
||||
@@ -40,3 +40,8 @@ after_success:
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
notifications:
|
||||
email:
|
||||
on_success: always
|
||||
on_failure: always
|
||||
|
||||
Reference in New Issue
Block a user