mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-12-27 10:57:28 +00:00
Set JaCoCo plugin configuration for coverage reports
Configure JaCoCo plugin to specify destination and data files for coverage reports. Signed-off-by: ashwith26 <94038357+ashwith26@users.noreply.github.com>
This commit is contained in:
parent
3e1ce239f4
commit
7a826ddb1d
1 changed files with 4 additions and 0 deletions
4
pom.xml
4
pom.xml
|
|
@ -255,6 +255,10 @@
|
|||
<groupId>org.jacoco</groupId>
|
||||
<artifactId>jacoco-maven-plugin</artifactId>
|
||||
<version>${jacoco.version}</version>
|
||||
<configuration>
|
||||
<destFile>${basedir}/target/coverage-reports/jacoco-unit.exec</destFile>
|
||||
<dataFile>${basedir}/target/coverage-reports/jacoco-unit.exec</dataFile>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<goals>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue