exclude generated sources from coverage report

This commit is contained in:
Phred Lane 2024-02-16 05:32:17 -06:00 committed by GitHub
parent 27dca19bc1
commit 6b6d0d9c2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>