disable coverage
Signed-off-by: Andrey Shovkoplyas <motor4ik@gmail.com>
This commit is contained in:
parent
fc999c2462
commit
e4c0bcfc3d
|
@ -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') {
|
||||
|
|
Loading…
Reference in New Issue