Skip to content

Commit

Permalink
explicitly call jacoco:merge
Browse files Browse the repository at this point in the history
  • Loading branch information
pabender committed Dec 11, 2019
1 parent 4a60402 commit 6f62fb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -78,5 +78,5 @@ matrix:
env: HEADLESS=true STATIC=false

after_success:
- if [[ "$TRAVIS_OS_NAME" == "linux" && "$HEADLESS" == "false" ]] ; then mvn jacoco:report coveralls:report -U -P travis-coverage ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" && "$HEADLESS" == "false" ]] ; then mvn jacoco:merge jacoco:report coveralls:report -U -P travis-coverage ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" && "$HEADLESS" == "false" ]] ; then JACOCO_SOURCE_PATH=java/src ./cc-test-reporter format-coverage target/site/jacoco/jacoco.xml --input-type jacoco ; ./cc-test-reporter upload-coverage ; fi

0 comments on commit 6f62fb8

Please sign in to comment.