Skip to content

Commit

Permalink
Exclude mocks and integration test testbundles from test coverage ins…
Browse files Browse the repository at this point in the history
…trumentation

Removed the ignore configuration, because that just removes
explicit calls to classes, and the mocks still showed up as
uncovered in the reports.
  • Loading branch information
sbang committed Apr 30, 2015
1 parent 1d707f1 commit 0dff561
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,12 +94,12 @@
<format>xml</format>
</formats>
<instrumentation>
<ignores>
<ignore>no.steria.osgi.mocks.*</ignore>
<ignore>no.steria.osgi.jsr330activator.testbundle1.*</ignore>
<ignore>no.steria.osgi.jsr330activator.testbundle2.*</ignore>
<ignore>no.steria.osgi.jsr330activator.testbundle3.*</ignore>
</ignores>
<excludes>
<exclude>no/steria/osgi/mocks/**/*.class</exclude>
<exclude>no/steria/osgi/jsr330activator/testbundle1/**/*.class</exclude>
<exclude>no/steria/osgi/jsr330activator/testbundle2/**/*.class</exclude>
<exclude>no/steria/osgi/jsr330activator/testbundle3/**/*.class</exclude>
</excludes>
</instrumentation>
<aggregate>true</aggregate>
</configuration>
Expand Down

0 comments on commit 0dff561

Please sign in to comment.