Skip to content

Commit

Permalink
exclude codecov test class
Browse files Browse the repository at this point in the history
  • Loading branch information
rhwayfun committed Sep 10, 2017
1 parent 7533844 commit 1ce3478
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,11 @@
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.7.5.201505241946</version>
<configuration>
<excludes>
<exclude>com/rhwayfun/springboot/*/Application.class</exclude>
</excludes>
</configuration>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 1ce3478

Please sign in to comment.