Fix recording of code coverage

This commit is contained in:
Gary Tierney
2018-08-20 01:29:52 +01:00
parent 37547ee3aa
commit 5d84cdf40f
4 changed files with 47 additions and 44 deletions
-1
View File
@@ -35,5 +35,4 @@ def processPluginDir(Path pluginDir) {
}
pluginDirs.each { processPluginDir(it) }
include 'test-plugin'