Skip to content
Snippets Groups Projects
Commit 8326181f authored by Jiman Kim's avatar Jiman Kim
Browse files

added sonar qube code coverage to aws code

parent 6b65d6e0
No related branches found
No related tags found
1 merge request!602aws-sync-dev-to-master
......@@ -224,6 +224,25 @@
</execution>
</executions>
</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>
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