Skip to content

Commit 29485e2

Browse files
committed
add codecov
1 parent 9728008 commit 29485e2

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ language: java
22
jdk:
33
- oraclejdk8
44
after_success:
5-
- ./gradlew cobertura coveralls
5+
- bash <(curl -s https://codecov.io/bash)

build.gradle

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,6 @@ buildscript {
1111
}
1212
}
1313

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']
2214
group 'com.memoizr'
2315
version '0.1'
2416

0 commit comments

Comments
 (0)