mirror of
https://github.com/i-net-software/JWebAssembly.git
synced 2025-03-25 07:27:52 +01:00
Add coverage test
This commit is contained in:
parent
906e5e0481
commit
4c1b53a6d0
@ -1,5 +1,6 @@
|
|||||||
plugins {
|
plugins {
|
||||||
id "com.moowork.node" version "1.2.0"
|
id "com.moowork.node" version "1.2.0"
|
||||||
|
id 'com.github.kt3k.coveralls' version '2.8.2' // Coverage
|
||||||
}
|
}
|
||||||
|
|
||||||
apply plugin: 'java'
|
apply plugin: 'java'
|
||||||
@ -63,7 +64,6 @@ test {
|
|||||||
* Coverage
|
* Coverage
|
||||||
****************************************/
|
****************************************/
|
||||||
apply plugin: 'jacoco'
|
apply plugin: 'jacoco'
|
||||||
apply plugin: 'com.github.kt3k.coveralls'
|
|
||||||
|
|
||||||
jacocoTestReport {
|
jacocoTestReport {
|
||||||
tasks.coveralls.dependsOn it
|
tasks.coveralls.dependsOn it
|
||||||
|
Loading…
x
Reference in New Issue
Block a user