Merge branch 'v3' into ttf

This commit is contained in:
Gunnsteinn Hall 2019-01-02 16:46:11 +00:00 committed by GitHub
commit a792826218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

3
Jenkinsfile vendored
View File

@ -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: [