mirror of
https://github.com/unidoc/unipdf.git
synced 2025-05-07 19:29:16 +08:00
Merge branch 'v3' into ttf
This commit is contained in:
commit
a792826218
3
Jenkinsfile
vendored
3
Jenkinsfile
vendored
@ -38,7 +38,6 @@ node {
|
||||
sh '(golint ./... >golint.txt 2>&1) || true'
|
||||
}
|
||||
|
||||
|
||||
stage('Testing') {
|
||||
// Go test - No tolerance.
|
||||
sh "rm -f ${env.TMPDIR}/*.pdf"
|
||||
@ -52,11 +51,11 @@ node {
|
||||
|
||||
stage('Test coverage') {
|
||||
sh 'go test -coverprofile=coverage.out ./...'
|
||||
sh '/home/jenkins/codecov.sh'
|
||||
sh 'gocover-cobertura < coverage.out > coverage.xml'
|
||||
step([$class: 'CoberturaPublisher', coberturaReportFile: 'coverage.xml'])
|
||||
}
|
||||
|
||||
|
||||
stage('Post') {
|
||||
// Assemble vet and lint info.
|
||||
warnings parserConfigurations: [
|
||||
|
Loading…
x
Reference in New Issue
Block a user