We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab9c7ee commit 623acd5Copy full SHA for 623acd5
build.gradle
@@ -15,6 +15,8 @@ plugins {
15
}
16
17
cobertura.coverageFormats = ['html', 'xml']
18
+cobertura.coverageSourceDirs = ['src/main/kotlin']
19
+cobertura.coverageSourceDirs = ['src/test/kotlin']
20
group 'com.memoizr'
21
version '0.1'
22
@@ -30,4 +32,5 @@ dependencies {
30
32
testCompile group: 'junit', name: 'junit', version: '4.12'
31
33
testCompile "org.mockito:mockito-core:1.10.19"
34
testCompile "com.nhaarman:mockito-kotlin:0.2.0"
35
+ testRuntime 'org.slf4j:slf4j-nop:1.7.12'
36
0 commit comments