This repository was archived by the owner on Dec 26, 2017. It is now read-only.
File tree 3 files changed +13
-0
lines changed
3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,7 @@ language: java
2
2
sudo : false
3
3
jdk :
4
4
- oraclejdk8
5
+
6
+ after_success :
7
+ - ./gradlew jacocoTestReport coveralls
8
+
Original file line number Diff line number Diff line change 1
1
# trellis-namespaces
2
2
3
3
[ ![ Build Status] ( https://travis-ci.org/trellis-ldp/trellis-namespaces.png?branch=master )] ( https://travis-ci.org/trellis-ldp/trellis-namespaces )
4
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/trellis-ldp/trellis-namespaces/badge.svg?branch=master )] ( https://coveralls.io/github/trellis-ldp/trellis-namespaces?branch=master )
4
5
5
6
A namespace service for a trellis repository.
6
7
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ plugins {
2
2
id ' com.github.ben-manes.versions' version ' 0.15.0'
3
3
id ' com.github.hierynomus.license' version ' 0.13.1'
4
4
id ' net.researchgate.release' version ' 2.6.0'
5
+ id ' com.github.kt3k.coveralls' version ' 2.8.1'
5
6
id ' org.sonarqube' version ' 2.5'
6
7
}
7
8
@@ -71,6 +72,13 @@ gradle.projectsEvaluated {
71
72
}
72
73
}
73
74
75
+ jacocoTestReport {
76
+ reports {
77
+ xml. enabled = true
78
+ html. enabled = true
79
+ }
80
+ }
81
+
74
82
release {
75
83
tagTemplate = ' $name-$version'
76
84
}
You can’t perform that action at this time.
0 commit comments