File tree 4 files changed +1
-20
lines changed
4 files changed +1
-20
lines changed Original file line number Diff line number Diff line change 17
17
with :
18
18
java-version : 1.8
19
19
- name : Build with Maven
20
- env :
21
- COVERALLS_TOKEN : ${{ secrets.COVERALLS_TOKEN }}
22
- run : mvn -DrepoToken=$COVERALLS_TOKEN clean package cobertura:cobertura coveralls:report
20
+ run : mvn clean package
Original file line number Diff line number Diff line change 8
8
<div align =" center " >
9
9
10
10
[ ![ MIT license] ( http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat )] ( http://opensource.org/licenses/MIT )
11
- [ ![ Coverage] ( https://coveralls.io/repos/j-easy/easy-rules/badge.svg?style=flat&branch=master&service=github )] ( https://coveralls.io/github/j-easy/easy-rules?branch=master )
12
11
[ ![ Build Status] ( https://github.com/j-easy/easy-rules/workflows/Java%20CI/badge.svg )] ( https://github.com/j-easy/easy-rules/actions )
13
12
[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/org.jeasy/easy-rules-core/badge.svg?style=flat )] ( http://search.maven.org/#artifactdetails|org.jeasy|easy-rules-core|4.0.0| )
14
13
[ ![ Javadoc] ( https://www.javadoc.io/badge/org.jeasy/easy-rules-core.svg )] ( http://www.javadoc.io/doc/org.jeasy/easy-rules-core )
Original file line number Diff line number Diff line change 78
78
79
79
<build >
80
80
<plugins >
81
- <plugin >
82
- <groupId >org.codehaus.mojo</groupId >
83
- <artifactId >cobertura-maven-plugin</artifactId >
84
- <version >${maven-cobertura-plugin.version} </version >
85
- <configuration >
86
- <format >xml</format >
87
- <maxmem >256m</maxmem >
88
- </configuration >
89
- </plugin >
90
81
<plugin >
91
82
<groupId >com.mycila</groupId >
92
83
<artifactId >license-maven-plugin</artifactId >
Original file line number Diff line number Diff line change 36
36
<system-rules .version>1.19.0</system-rules .version>
37
37
<slf4j .version>1.7.30</slf4j .version>
38
38
<jackson .version>2.11.0</jackson .version>
39
- <maven-cobertura-plugin .version>2.7</maven-cobertura-plugin .version>
40
- <maven-coveralls-plugin .version>4.3.0</maven-coveralls-plugin .version>
41
39
<maven-release-plugin .version>2.5.3</maven-release-plugin .version>
42
40
<maven-compiler-plugin .version>3.8.1</maven-compiler-plugin .version>
43
41
<maven-surefire-plugin .version>2.22.2</maven-surefire-plugin .version>
148
146
</compilerArgs >
149
147
</configuration >
150
148
</plugin >
151
- <plugin >
152
- <groupId >org.eluder.coveralls</groupId >
153
- <artifactId >coveralls-maven-plugin</artifactId >
154
- <version >${maven-coveralls-plugin.version} </version >
155
- </plugin >
156
149
<plugin >
157
150
<groupId >org.apache.maven.plugins</groupId >
158
151
<artifactId >maven-surefire-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments