File tree 3 files changed +10
-10
lines changed
3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -90,3 +90,4 @@ buildNumber.properties
90
90
* .iml
91
91
92
92
/sav
93
+ .coveralls.yml
Original file line number Diff line number Diff line change @@ -6,5 +6,4 @@ script: mvn clean test
6
6
7
7
sudo : false
8
8
after_success :
9
- # - mvn clean test jacoco:report coveralls:report
10
- - mvn clean test jacoco:report
9
+ - mvn clean test jacoco:report coveralls:report
Original file line number Diff line number Diff line change 144
144
</executions >
145
145
</plugin >
146
146
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 >
155
155
</plugins >
156
156
</build >
157
157
You can’t perform that action at this time.
0 commit comments