Skip to content

Commit 623acd5

Browse files
committed
fix cobertura build
1 parent ab9c7ee commit 623acd5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ plugins {
1515
}
1616

1717
cobertura.coverageFormats = ['html', 'xml']
18+
cobertura.coverageSourceDirs = ['src/main/kotlin']
19+
cobertura.coverageSourceDirs = ['src/test/kotlin']
1820
group 'com.memoizr'
1921
version '0.1'
2022

@@ -30,4 +32,5 @@ dependencies {
3032
testCompile group: 'junit', name: 'junit', version: '4.12'
3133
testCompile "org.mockito:mockito-core:1.10.19"
3234
testCompile "com.nhaarman:mockito-kotlin:0.2.0"
35+
testRuntime 'org.slf4j:slf4j-nop:1.7.12'
3336
}

0 commit comments

Comments
 (0)