Skip to content

Commit df16268

Browse files
committed
chore: minor change in coverage configuration
1 parent 2f15aea commit df16268

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,8 @@
554554
<artifactId>jacoco-maven-plugin</artifactId>
555555
<version>0.8.7</version>
556556
<configuration>
557+
<destFile>${project.basedir}/../target/jacoco.exec</destFile>
558+
<dataFile>${project.basedir}/../target/jacoco.exec</dataFile>
557559
<excludes>
558560
<exclude>
559561
**/*OrientSqlTokenManager*
@@ -574,6 +576,9 @@
574576
<goal>report</goal>
575577
<goal>report-aggregate</goal>
576578
</goals>
579+
<configuration>
580+
<dataFile>${project.basedir}/../target/jacoco.exec</dataFile>
581+
</configuration>
577582
</execution>
578583
</executions>
579584
</plugin>

0 commit comments

Comments
 (0)