Skip to content

Commit 1ab56d9

Browse files
committed
Coveralls.io added
1 parent 7cde561 commit 1ab56d9

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: java
2-
script: mvn clean verify
2+
script: mvn clean install -Pci
33
notifications:
44
email: false
55
jdk:

pom.xml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>pl.wavesoftware.utils</groupId>
1010
<artifactId>https-checker</artifactId>
11-
<version>0.1.0-SNAPSHOT</version>
11+
<version>0.8.0-SNAPSHOT</version>
1212
<packaging>jar</packaging>
1313

1414
<name>HTTP/S Java Checker</name>
@@ -137,6 +137,20 @@
137137
</includes>
138138
</configuration>
139139
</plugin>
140+
<plugin>
141+
<groupId>org.eluder.coveralls</groupId>
142+
<artifactId>coveralls-maven-plugin</artifactId>
143+
<version>2.2.0</version>
144+
<executions>
145+
<execution>
146+
<id>coveralls-default</id>
147+
<phase>verify</phase>
148+
<goals>
149+
<goal>jacoco</goal>
150+
</goals>
151+
</execution>
152+
</executions>
153+
</plugin>
140154
</plugins>
141155
</build>
142156
</profile>

0 commit comments

Comments
 (0)