Skip to content

Commit

Permalink
Open code coverage
Browse files Browse the repository at this point in the history
closes #15,#16
  • Loading branch information
ShannonDing committed Mar 10, 2022
1 parent 4972122 commit 9939eab
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Expand Up @@ -17,6 +17,7 @@ before_install:
- if [ "$TRAVIS_OS_NAME" == "linux" ]; then jdk_switcher use "$CUSTOM_JDK"; fi

script:
- travis_retry mvn clean install
- travis_retry mvn -B clean apache-rat:check
- travis_retry mvn -B clean install cobertura:cobertura
after_success:
- bash <(curl -s https://codecov.io/bash) -t 11a6acce-59a1-4586-9bf6-164878d045cf || echo 'Codecov failed to upload'
- bash <(curl -s https://codecov.io/bash) -t 225f1740-55fa-437e-a378-16b70031f728 || echo 'Codecov failed to upload'

0 comments on commit 9939eab

Please sign in to comment.