Skip to content
Snippets Groups Projects
Commit 0943bbec authored by Kiran Veerapaneni's avatar Kiran Veerapaneni
Browse files

Merge branch 'jacoco-coverage' into 'master'

Added jacoco code coverage

See merge request !55
parents 6e947dd6 be1ccd25
No related branches found
No related tags found
1 merge request!55Added jacoco code coverage
Pipeline #13864 passed
......@@ -201,6 +201,25 @@
</deployment>
</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