File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ sudo: false
1111before_install :
1212 - export TZ='Asia/Shanghai'
1313
14- script : " mvn cobertura:cobertura"
14+ script : " mvn clean cobertura:cobertura"
1515
1616after_success :
1717 - bash <(curl -s https://codecov.io/bash)
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