Skip to content
Snippets Groups Projects
Commit cba4fd45 authored by shivani karipe's avatar shivani karipe
Browse files

Merge branch 'az/sk-azure_code_coverage' into 'master'

added changes to fix azure_code_coverage

See merge request !301
parents cd88ffe9 bc551978
No related branches found
No related tags found
1 merge request!301added changes to fix azure_code_coverage
Pipeline #149748 passed with warnings
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -188,6 +188,25 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.3</version>
<executions>
<execution>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<execution>
<id>report</id>
<phase>prepare-package</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment