-
Bug
-
Resolution: Not A Defect
-
Major
-
None
I updated the coverage plugin from version 1.10.0 to 1.11.1 and I am now facing missing coverage values - both for the corresponding column as well as for the custom logic relying onĀ
io.jenkins.plugins.coverage.metrics.steps.CoverageBuildAction.getStatistics()
Example: Using
println action.getStatistics().projectValueMapping println action.getStatistics().changeValueMapping println action.getStatistics().fileValueMapping
inside the script console yields
[MODULE: 100.00% (1/1), PACKAGE: 88.10% (111/126), FILE: 80.98% (481/594), CLASS: 80.98% (481/594), LINE: 66.53% (22239/33428), BRANCH: 59.03% (7577/12836), COMPLEXITY: 0, COMPLEXITY_DENSITY: 0/33428, LOC: 33428] [] []
now without having changed anything on my side (`action` is the `CoverageBuildAction` of the current build).