Skip to content

Commit 092e01c

Browse files
authored
Merge pull request #79 from django-oscar/use-new-jenkins-coverage
Use new coverage plugin
2 parents 6b9ce2b + 129026e commit 092e01c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Jenkinsfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@ pipeline {
3434
junit allowEmptyResults: true, testResults: '**/nosetests.xml'
3535
}
3636
success {
37-
step([
38-
$class: 'CoberturaPublisher',
39-
coberturaReportFile: '**/coverage.xml',
40-
])
37+
recordCoverage(tools: [[parser: 'COBERTURA', pattern: '**/coverage.xml']])
4138
}
4239
}
4340
}

0 commit comments

Comments
 (0)