Skip to content

Commit

Permalink
Merge pull request #149 from UIUCLibrary/dev
Browse files Browse the repository at this point in the history
ci: Jenkinsfile - recordCoverage replaces deprecated publishCoverage
  • Loading branch information
henryborchers authored Jan 9, 2024
2 parents 5b0280b + a5fa424 commit d938e89
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -1245,12 +1245,7 @@ pipeline {
gcovr --filter uiucprescon/ocr --print-summary --keep
'''
)
publishCoverage(
adapters: [
coberturaAdapter(mergeToOneReport: true, path: 'reports/coverage*.xml')
],
sourceFileResolver: sourceFiles('STORE_ALL_BUILD')
)
recordCoverage(tools: [[parser: 'COBERTURA', pattern: 'reports/coverage.xml']])
}
}
}
Expand Down

0 comments on commit d938e89

Please sign in to comment.