Skip to content
Snippets Groups Projects

added changes to fix azure_code_coverage job

Closed shivani karipe requested to merge az/sk-azure_code_coverage into master
All threads resolved!
1 file
+ 19
0
Compare changes
  • Side-by-side
  • Inline
@@ -336,6 +336,25 @@
</deployment>
</configuration>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.6</version>
<executions>
<execution>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>report</id>
<phase>test</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
Loading