Skip to content

Commit

Permalink
(#5) Added configuration and upload of files
Browse files Browse the repository at this point in the history
* Excluded new 'Asset' class from cobertura because it was lowering the
  test coverage. Besides, it is just a plain DTO.
  • Loading branch information
llorllale committed Mar 16, 2018
1 parent d8dbc11 commit 16f13d7
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 @@ -368,6 +368,14 @@
<format>html</format>
<format>xml</format>
</formats>
<instrumentation>
<ignores>
<ignore>org.llorllale.mvn.plgn.releasecat.Asset</ignore>
</ignores>
<excludes>
<exclude>org/llorllale/mvn/plgn/releasecat/Asset.class</exclude>
</excludes>
</instrumentation>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 16f13d7

Please sign in to comment.