-
Notifications
You must be signed in to change notification settings - Fork 392
Closed
Labels
bugSomething isn't workingSomething isn't workingtenet-reportersIssue related to coverage output files(reporters)Issue related to coverage output files(reporters)up-for-grabsGood issue for contributorsGood issue for contributors
Description
@tonerdo I noticed similar issue reported in #295
I recently upgraded coverlet version from 2.3.1 to 2.6.0 (some of my team members upgraded from 2.5.0 to 2.6.0) and our Cobertura reporter started failing.
Below is the log:
[Cobertura] Publishing Cobertura coverage report...
[Cobertura] No coverage results were found using the pattern '**/TestResults/coverage.*.xml' relative to '/home/ec2-user/workspace/'. Did you enter a pattern relative to the correct directory? Did you generate the XML report(s) for Cobertura?
This is our jenkin pipeline step that is failing right now with 2.6.0:
step([$class : 'CoberturaPublisher',
autoUpdateHealth : false,
autoUpdateStability: false,
coberturaReportFile: '**/TestResults/coverage.*.xml',
failUnhealthy : false,
failUnstable : false,
maxNumberOfBuilds : 0,
onlyStable : false,
sourceEncoding : 'ASCII',
zoomCoverageChart : false])
Same reporter works fine with 2.3.1 and my team members reported worked until 2.5.0.
Please can you look into this? If you need anything from my side please let me know.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingtenet-reportersIssue related to coverage output files(reporters)Issue related to coverage output files(reporters)up-for-grabsGood issue for contributorsGood issue for contributors