Skip to content

Commit

Permalink
Show test coverage report (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
minhtranq-nashtechglobal committed Aug 9, 2024
1 parent 14192a4 commit 4d51496
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 20 deletions.
20 changes: 0 additions & 20 deletions cart/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,26 +59,6 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.11</version>
<executions>
<execution>
<goals>
<goal>prepare-agent</goal>
</goals>
</execution>
<!-- attached to Maven test phase -->
<execution>
<id>report</id>
<phase>test</phase>
<goals>
<goal>report</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
</project>
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@
<failOnViolation>false</failOnViolation>
</configuration>
</plugin>

</plugins>
</pluginManagement>
</build>
Expand Down

0 comments on commit 4d51496

Please sign in to comment.