Skip to content

Commit

Permalink
add icobertura gnoreMethodAnnotation
Browse files Browse the repository at this point in the history
  • Loading branch information
bugthesystem committed Dec 7, 2015
1 parent 7a6b70d commit bf34cce
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,9 @@
<!-- aggregated reports for multi-module projects -->
<aggregate>true</aggregate>
<instrumentation>
<excludes>
<exclude>src/main/java/AppModule.class</exclude>
<exclude>src/main/java/Program.class</exclude>
</excludes>
<ignoreMethodAnnotations>
<ignoreMethodAnnotation>lib.interfaci.CoverageIgnore</ignoreMethodAnnotation>
</ignoreMethodAnnotations>
</instrumentation>
</configuration>
</plugin>
Expand Down

0 comments on commit bf34cce

Please sign in to comment.