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