-
Bug
-
Resolution: Fixed
-
Minor
-
None
The coverage publisher in the ShiningPanda plugin tries to determine if coverage has run with a few files in the output directory. Among them is status.dat. However, starting from version 4, coverage will generate its status file as status.json, which causes the coverage publisher to generate a warning about not finding the coverage output directory and fail the build.
Even though coverage 4.0a5 is still an alpha, this might not be the case for long.
[JENKINS-28428] Coverage 4.0 renames status.dat to status.json
Assignee | New: Olivier Mansion [ mansion ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |
Status | Original: Resolved [ 5 ] | New: Closed [ 6 ] |
Workflow | Original: JNJira [ 163268 ] | New: JNJira + In-Review [ 208782 ] |
Hit the same issue