Skip to content

Commit

Permalink
Add Coveralls.io
Browse files Browse the repository at this point in the history
  • Loading branch information
eolivelli committed Jan 2, 2019
1 parent b6957bd commit 2e9f1fd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
include:
- stage: test
jdk: openjdk11
script: mvn verify -Dmaven.test.redirectTestOutputToFile=true
script: mvn verify -Dmaven.test.redirectTestOutputToFile=true jacoco:report coveralls:report

branches:
only:
Expand Down
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>${libs.jacoco}</version>
</plugin>
</plugin>
</plugins>
</build>
<profiles>
Expand Down Expand Up @@ -164,6 +164,11 @@
<encoding>${project.build.sourceEncoding}</encoding>
</configuration>
</plugin>
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.3.0</version>
</plugin>
</plugins>
</build>
</profile>
Expand Down

0 comments on commit 2e9f1fd

Please sign in to comment.