Skip to content
Snippets Groups Projects
Commit 679de669 authored by Arturo Hernandez [EPAM]'s avatar Arturo Hernandez [EPAM]
Browse files

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

added changes to introduce the azure_code_coverage job

See merge request !420
parents 77caa5fb a6a6897d
No related branches found
No related tags found
1 merge request!420added changes to introduce the azure_code_coverage job
Pipeline #149946 failed
......@@ -253,6 +253,25 @@
</generateGitPropertiesFilename>
</configuration>
</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