Don't upload codecov results if jacoco wasn't run, as it generates an email warning now

This commit is contained in:
Sean Owen 2015-07-21 12:04:11 +01:00
parent c1c2fcfbb0
commit 840f07d6f3

View file

@ -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: