mirror of
https://github.com/magefree/mage.git
synced 2025-12-28 22:42:03 -08:00
exclude generated sources from coverage report
This commit is contained in:
parent
27dca19bc1
commit
6b6d0d9c2f
1 changed files with 4 additions and 0 deletions
4
pom.xml
4
pom.xml
|
|
@ -108,6 +108,10 @@
|
|||
<jacocoReports>
|
||||
<jacocoReport>${root.dir}/Mage.Reports/target/site/jacoco-aggregate/jacoco.xml</jacocoReport>
|
||||
</jacocoReports>
|
||||
|
||||
<excludes>
|
||||
<exclude>**/generated-sources/*</exclude>
|
||||
</excludes>
|
||||
</configuration>
|
||||
</plugin>
|
||||
</plugins>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue