Skip to content

Commit

Permalink
Exclude Iterator from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
aNNiMON committed Mar 5, 2016
1 parent bb9222a commit 804bbc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ buildscript {

cobertura {
coverageFormats = ['html', 'xml']
coverageExcludes = ['.*com.annimon.stream.LsaIterator']
coverageExcludes = ['.*com.annimon.stream.LsaIterator', '.*com.annimon.stream.LsaExtIterator']
}

// maven signing
Expand Down

0 comments on commit 804bbc6

Please sign in to comment.