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 9728008 commit 29485e2Copy full SHA for 29485e2
.travis.yml
@@ -2,4 +2,4 @@ language: java
2
jdk:
3
- oraclejdk8
4
after_success:
5
- - ./gradlew cobertura coveralls
+ - bash <(curl -s https://codecov.io/bash)
build.gradle
@@ -11,14 +11,6 @@ buildscript {
11
}
12
13
14
-plugins {
15
- id 'net.saliman.cobertura' version '2.3.1'
16
- id 'com.github.kt3k.coveralls' version '2.6.3'
17
-}
18
-
19
-cobertura.coverageFormats = ['html', 'xml']
20
-cobertura.coverageSourceDirs = ['src/main/kotlin']
21
-cobertura.coverageSourceDirs = ['src/test/kotlin']
22
group 'com.memoizr'
23
version '0.1'
24
0 commit comments