We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84cf905 commit 38f862aCopy full SHA for 38f862a
.travis.yml
@@ -2,5 +2,8 @@ language: java
2
install: "mvn install -DskipTests=true -Dgpg.skip=true -B"
3
jdk:
4
- oraclejdk8
5
+before_script:
6
+ - pip install --user codecov
7
+
8
after_success:
- - bash <(curl -s https://codecov.io/bash)
9
+ - codecov
pom.xml
@@ -88,7 +88,7 @@
88
<plugin>
89
<groupId>org.jacoco</groupId>
90
<artifactId>jacoco-maven-plugin</artifactId>
91
- <version>0.5.8.201207111220</version>
+ <version>0.7.5.201505241946</version>
92
<executions>
93
<execution>
94
<goals>
0 commit comments