Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Commit

Permalink
Excluded ui classes from coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
vapour101 committed Aug 18, 2017
1 parent b17724e commit f129c51
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,10 @@ jfx {
mainClass = 'ui.Main'
}

cobertura.coverageFormats = ['html', 'xml']
cobertura {
coverageFormats = ['html', 'xml']
coverageExcludes = ['.*instrumented_classes.ui.*']
}

version '0.1'

Expand Down

0 comments on commit f129c51

Please sign in to comment.