File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed
Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 44
55sudo : false # faster builds
66
7- # script: "mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install org.jacoco:jacoco-maven-plugin:report org.eluder.coveralls:coveralls-maven-plugin:report"
7+ script : " mvn clean org.jacoco:jacoco-maven-plugin:prepare-agent install org.jacoco:jacoco-maven-plugin:report org.eluder.coveralls:coveralls-maven-plugin:report"
88
9- # after_success:
10- # - bash <(curl -s https://codecov.io/bash)
9+ after_success :
10+ - bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 9696 <configuration >
9797 <includes >
9898 <include >**/*Test.java</include >
99- <include >**/*Spec.java</include >
99+ <!-- < include>**/*Spec.java</include> -- >
100100 </includes >
101101 </configuration >
102102 </plugin >
Original file line number Diff line number Diff line change 5252 </configuration >
5353 <version >3.5.1</version >
5454 </plugin >
55+
5556 <plugin >
5657 <groupId >org.eluder.coveralls</groupId >
5758 <artifactId >coveralls-maven-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments