travis-ci: publish code coverate to codecov
This commit is contained in:
parent
2b8533273f
commit
55abc1959f
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ install: true
|
|||
script: "./mvnw clean install"
|
||||
after_success:
|
||||
- "./travis-ci/travis-coveralls-report.sh"
|
||||
- bash <(curl -s https://codecov.io/bash)
|
||||
- "./travis-ci/travis-deploy.sh"
|
||||
env:
|
||||
global:
|
||||
|
|
Loading…
Reference in a new issue