Skip to content

Commit

Permalink
add coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
zouyonghao committed Aug 31, 2018
1 parent e944409 commit 2049d40
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
language: java
script:
- mvn clean test
after_success:
- mvn clean cobertura:cobertura coveralls:report
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# AutoTestHelper

[![Build Status](https://travis-ci.org/zouyonghao/AutoTestHelper.svg?branch=master)](https://travis-ci.org/zouyonghao/AutoTestHelper)
[![coverage](https://s3.amazonaws.com/assets.coveralls.io/badges/coveralls_unknown.svg)](https://s3.amazonaws.com/assets.coveralls.io/badges/coveralls_unknown.svg)

[Wiki](https://github.com/zouyonghao/AutoTestHelper/wiki)

Expand Down
12 changes: 12 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,16 @@
</dependency>
</dependencies>

<build>
<plugins>
<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<version>4.3.0</version>
<configuration>
<repoToken>7GmVopyNiLm8DJGG8Qa6SRIUGbSGPNXPD</repoToken>
</configuration>
</plugin>
</plugins>
</build>
</project>

0 comments on commit 2049d40

Please sign in to comment.