Skip to content

Commit f16e64a

Browse files
committed
add cobertura-maven-plugin execution and upload
1 parent 303873d commit f16e64a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ before_install:
1818

1919
install:
2020
- mvn --settings default.xml install -DskipTests=true -Dgpg.skip -Dmaven.javadoc.skip=true -B -V
21+
- mvn cobertura:cobertura && bash <(curl -s https://codecov.io/bash)
2122

2223
## Build and release to maven central
2324
script:
@@ -46,4 +47,4 @@ deploy:
4647
#notifications:
4748
# email: false
4849
# slack:
49-
# secure: $SLACK_TOKEN
50+
# secure: $SLACK_TOKEN

0 commit comments

Comments
 (0)