Fix coverage parameter injection phase

This commit is contained in:
Antonin Delpeuch 2020-06-19 21:27:59 +02:00
parent ed78127142
commit 9c7d4c2774

View File

@ -142,7 +142,7 @@
<goals> <goals>
<goal>prepare-agent</goal> <goal>prepare-agent</goal>
</goals> </goals>
<phase>initialize</phase> <phase>process-test-resources</phase>
<configuration> <configuration>
<destFile>${project.build.directory}/report/jacoco.exec</destFile> <destFile>${project.build.directory}/report/jacoco.exec</destFile>
<propertyName>surefireArgs</propertyName> <propertyName>surefireArgs</propertyName>