-
Type:
Improvement
-
Resolution: Duplicate
-
Priority:
Major
-
Component/s: cobertura-plugin
-
None
-
Environment:Platform: All, OS: All
Any chance the report could be sorted by package / file name?
Although I've not done any Hudson coding and don't know the APIs it looks like a
one-line change (HashMap => TreeMap):
CoverageResult@54
private final Map<String, CoverageResult> children = new TreeMap<String,
CoverageResult>();
Thanks,
Huw
- duplicates
-
JENKINS-3182 Cobertura coverage report output is not sorted
-
- Closed
-