You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In parse_coverage_report_jacoco() within CoverageProcessor, the variables lines_covered and lines_missed don’t seem to be used.
Are lines_covered and lines_missed specifically meant to collect covered and missed line numbers in this class?
When I checked through debugging, I found these variables appear as lists. I also tried looking in the jacocoReport.xml report but couldn’t find any data for covered and missed line numbers.
The text was updated successfully, but these errors were encountered:
In
parse_coverage_report_jacoco()
withinCoverageProcessor
, the variableslines_covered
andlines_missed
don’t seem to be used.lines_covered
andlines_missed
specifically meant to collect covered and missed line numbers in this class?jacocoReport.xml
report but couldn’t find any data for covered and missed line numbers.The text was updated successfully, but these errors were encountered: