Disable Codecov build failures
parent
6060192a89
commit
260a994baf
|
|
@ -11,6 +11,7 @@ coverage:
|
||||||
default:
|
default:
|
||||||
enabled: yes
|
enabled: yes
|
||||||
target: auto
|
target: auto
|
||||||
|
threshold: 0%
|
||||||
if_no_uploads: error
|
if_no_uploads: error
|
||||||
if_ci_failed: error
|
if_ci_failed: error
|
||||||
|
|
||||||
|
|
@ -18,7 +19,7 @@ coverage:
|
||||||
default:
|
default:
|
||||||
enabled: yes
|
enabled: yes
|
||||||
target: 80%
|
target: 80%
|
||||||
threshold: 60%
|
threshold: 0%
|
||||||
if_no_uploads: error
|
if_no_uploads: error
|
||||||
if_ci_failed: error
|
if_ci_failed: error
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -40,3 +40,8 @@ after_success:
|
||||||
branches:
|
branches:
|
||||||
only:
|
only:
|
||||||
- master
|
- master
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
email:
|
||||||
|
on_success: always
|
||||||
|
on_failure: always
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue