Skip to content

Commit

Permalink
ci: remove coverage fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
henryborchers committed Oct 11, 2023
1 parent 7d9042f commit 07d18e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ pipeline {
sh(label: 'combining coverage data',
script: '''coverage combine
coverage xml -o ./reports/coverage-python.xml
sed -i 's/uiucprescon\\/build\\///' reports/coverage-python.xml
'''
)
archiveArtifacts allowEmptyArchive: true, artifacts: 'reports/coverage-python.xml'
Expand Down

0 comments on commit 07d18e8

Please sign in to comment.