disable coverage

Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
Andrey Shovkoplyas 2019-08-12 14:53:57 +02:00
parent fc999c2462
commit e4c0bcfc3d
No known key found for this signature in database
GPG Key ID: EAAB7C8622D860A4
1 changed files with 2 additions and 2 deletions

View File

@ -75,11 +75,11 @@ pipeline {
script { cmn.nix.shell('lein test-cljs', attr: 'targets.leiningen.shell') }
}
}
stage('Coverage') {
/* stage('Coverage') {
steps {
script { android.coverage() }
}
}
} */
} }
stage('Build') { stages {
stage('JSBundle') {