Disable Codecov build failures
parent
6060192a89
commit
260a994baf
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue