mirror of
https://github.com/zxing/zxing.git
synced 2025-03-05 20:48:51 -08:00
Don't upload codecov results if jacoco wasn't run, as it generates an email warning now
This commit is contained in:
parent
c1c2fcfbb0
commit
840f07d6f3
|
@ -13,7 +13,7 @@ cache:
|
||||||
- $HOME/.m2
|
- $HOME/.m2
|
||||||
git:
|
git:
|
||||||
depth: 10
|
depth: 10
|
||||||
after_success: bash <(curl -s https://codecov.io/bash)
|
after_success: if [ -n "$JACOCO" ]; then bash <(curl -s https://codecov.io/bash); fi
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
# COVERITY_SCAN:
|
# COVERITY_SCAN:
|
||||||
|
|
Loading…
Reference in a new issue