File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11language : java
22
3- jdk :
3+ dist : trusty
4+
5+ jdk :
46 - oraclejdk8
57
68notifications :
@@ -11,7 +13,7 @@ sudo: false
1113before_install :
1214 - export TZ='Asia/Shanghai'
1315
14- script : " mvn cobertura:cobertura"
16+ script : " mvn clean cobertura:cobertura"
1517
1618after_success :
1719 - bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change 2121<dependency >
2222 <groupId >io.github.cotide</groupId >
2323 <artifactId >sql2o-plus</artifactId >
24- <version >1.0.2 </version >
24+ <version >1.0.3 </version >
2525</dependency >
2626```
2727
Original file line number Diff line number Diff line change 159159 <encoding >UTF-8</encoding >
160160 </configuration >
161161 </plugin >
162- <plugin >
163- <groupId >org.codehaus.mojo</groupId >
164- <artifactId >cobertura-maven-plugin</artifactId >
165- <version >2.7</version >
166- <dependencies >
167- <dependency >
168- <groupId >org.ow2.asm</groupId >
169- <artifactId >asm</artifactId >
170- <version >5.0.4</version >
171- </dependency >
172- </dependencies >
173- <configuration >
174- <formats >
175- <format >html</format >
176- <format >xml</format >
177- </formats >
178- <instrumentation >
179- <excludes >
180- <exclude >org/sql2o/**.class</exclude >
181- <exclude >org/sql2o/**.java</exclude >
182- </excludes >
183- </instrumentation >
184- <check />
185- </configuration >
186- </plugin >
187162 </plugins >
188163 </build >
189164 <!-- profiles -->
You can’t perform that action at this time.
0 commit comments