Skip to content

Commit f87d8e6

Browse files
committed
Local test coverage
1 parent cc6c963 commit f87d8e6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

build.gradle

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,10 @@ idea {
6868
}
6969
}
7070

71-
repositories { maven { url "http://dl.bintray.com/jetbrains/golang" } }
71+
repositories {
72+
maven { url "http://dl.bintray.com/jetbrains/golang" }
73+
mavenCentral()
74+
}
7275
dependencies {
7376
compile project(':utils'), project(':google-app-engine'), project(':google-app-engine:google-app-engine-yaml')
7477
runtime "com.jetbrains:delve:$delveVersion@zip"
@@ -88,6 +91,7 @@ project.afterEvaluate {
8891
}
8992
}
9093

94+
apply plugin: "jacoco"
9195
test {
9296
useJUnit {
9397
excludeCategories 'com.goide.categories.Performance'
@@ -137,4 +141,4 @@ private void downloadAndUnzip(url, sourceDir, targetDir) {
137141
markerFile.createNewFile()
138142
}
139143
delete file(tmpPath)
140-
}
144+
}

0 commit comments

Comments
 (0)