diff --git a/Jenkinsfile b/Jenkinsfile index 50d2794..d95fc18 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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'