Skip to content

Commit

Permalink
Skip test coverage calculation for nflow-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jsyrjala committed Sep 12, 2014
1 parent a025128 commit b584ae9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,14 @@
<format>xml</format>
<format>html</format>
</formats>
<instrumentation>
<ignores>
<ignore>com/nitorcreations/nflow/tests/**/*.class</ignore>
</ignores>
<excludes>
<exclude>com/nitorcreations/nflow/tests/**/*.class</exclude>
</excludes>
</instrumentation>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit b584ae9

Please sign in to comment.