Skip to content
Snippets Groups Projects
Commit a9bb5aa2 authored by Denis Karpenok (EPAM)'s avatar Denis Karpenok (EPAM)
Browse files

Merge branch 'sonar' into 'integration-master'

GONRG-813 Jococ for legal-gcp code coverage

See merge request go3-nrg/platform/security-and-compliance/legal!8
parents a4c8e964 fdda5d98
No related branches found
No related tags found
1 merge request!68Integration tests for Google Cloud Run (GONRG-1016)
...@@ -233,7 +233,26 @@ ...@@ -233,7 +233,26 @@
<configuration> <configuration>
<version>1</version> <version>1</version>
</configuration> </configuration>
</plugin> </plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.7.201606060606</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> </plugins>
</build> </build>
</project> </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