Don't try to collect test coverage for bun on CI
Some checks failed
timw4mail/scroll/pipeline/head There was a failure building this commit

This commit is contained in:
Timothy Warren 2025-01-23 16:03:26 -05:00
parent d20c308f53
commit cf0a24ae2f

2
Jenkinsfile vendored
View File

@ -9,7 +9,7 @@ pipeline {
}
}
steps {
sh 'bun test --coverage'
sh 'bun test'
}
}
stage('deno') {