mirror of
https://github.com/zxing/zxing.git
synced 2025-02-02 05:41:08 -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
|
||||
git:
|
||||
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:
|
||||
global:
|
||||
# COVERITY_SCAN:
|
||||
|
|
Loading…
Reference in a new issue