mirror of
https://github.com/magefree/mage.git
synced 2025-12-29 15:02:13 -08:00
try passing jacocoReports config
This commit is contained in:
parent
0308380b3e
commit
236deec965
1 changed files with 4 additions and 0 deletions
4
pom.xml
4
pom.xml
|
|
@ -89,6 +89,10 @@
|
|||
<groupId>org.eluder.coveralls</groupId>
|
||||
<artifactId>coveralls-maven-plugin</artifactId>
|
||||
<version>4.3.0</version>
|
||||
|
||||
<configuration>
|
||||
<jacocoReports>${project.basedir}/../Mage.Verify/target/site/jacoco-aggregate/jacoco.xml</jacocoReports>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue