Skip to content

Commit 062a963

Browse files
committed
generate report
1 parent 29485e2 commit 062a963

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ language: java
22
jdk:
33
- oraclejdk8
44
after_success:
5-
- bash <(curl -s https://codecov.io/bash)
5+
- if [ -e ./gradlew ]; then ./gradlew jacocoTestReport;else gradle jacocoTestReport;fi
6+
- bash <(curl -s https://codecov.io/bash) -t 7a683107-98e4-4c0d-b154-649e9ac9693c

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ group 'com.memoizr'
1515
version '0.1'
1616

1717
apply plugin: 'kotlin'
18+
apply plugin: 'jacoco'
1819

1920
repositories {
2021
maven { url "https://dl.bintray.com/kotlin/kotlin-eap-1.1" }

0 commit comments

Comments
 (0)