File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ before_install:
20
20
- export M2_HOME=$PWD/apache-maven-3.3.9
21
21
- export PATH=$M2_HOME/bin:$PATH
22
22
23
- script : mvn clean install
23
+ script : mvn clean install -Pjacoco
24
24
25
25
after_success :
26
- - mvn clean test -Pjacoco jacoco:report coveralls:report
26
+ - mvn jacoco:report coveralls:report
Original file line number Diff line number Diff line change 214
214
<groupId >org.eluder.coveralls</groupId >
215
215
<artifactId >coveralls-maven-plugin</artifactId >
216
216
<version >${coveralls.maven.plugin} </version >
217
- <configuration >
218
- <repoToken >BD8e0j90KZlQdko7H3wEo5a0mTLhmoeyk</repoToken >
219
- </configuration >
220
217
</plugin >
221
218
222
219
<plugin >
397
394
398
395
<profile >
399
396
<id >jacoco</id >
397
+ <properties >
398
+ <opennlp .forkCount>1</opennlp .forkCount>
399
+ </properties >
400
400
<build >
401
401
<plugins >
402
402
<plugin >
You can’t perform that action at this time.
0 commit comments