Skip to content

Commit ce1da38

Browse files
committedSep 19, 2020
update ci
1 parent b222562 commit ce1da38

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed
 

‎.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,4 @@ buildNumber.properties
9090
*.iml
9191

9292
/sav
93+
.coveralls.yml

‎.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ script: mvn clean test
66

77
sudo: false
88
after_success:
9-
# - mvn clean test jacoco:report coveralls:report
10-
- mvn clean test jacoco:report
9+
- mvn clean test jacoco:report coveralls:report

‎pom.xml

+8-8
Original file line numberDiff line numberDiff line change
@@ -144,14 +144,14 @@
144144
</executions>
145145
</plugin>
146146

147-
<!-- <plugin>-->
148-
<!-- <groupId>org.eluder.coveralls</groupId>-->
149-
<!-- <artifactId>coveralls-maven-plugin</artifactId>-->
150-
<!-- <version>4.3.0</version>-->
151-
<!-- <configuration>-->
152-
<!-- <repoToken>i3Bl4av26PMqZNekY8X3Jt7t6YhwFXKFu</repoToken>-->
153-
<!-- </configuration>-->
154-
<!-- </plugin>-->
147+
<plugin>
148+
<groupId>org.eluder.coveralls</groupId>
149+
<artifactId>coveralls-maven-plugin</artifactId>
150+
<version>4.3.0</version>
151+
<configuration>
152+
<repoToken>r92OLg0S3kCJakLAMW6HlLsDgNSMaolGS</repoToken>
153+
</configuration>
154+
</plugin>
155155
</plugins>
156156
</build>
157157

0 commit comments

Comments
 (0)
Please sign in to comment.