Madrapps/jacoco-report

Show uncovered LineNumbers

thsaravana opened this issue · 0 comments

We show the File and it's coverage in the Files table. We now have access the LineNumbers as well. So we can potentially show the line numbers of uncovered code.

  • Hyperlink the LineNumbers, so users can go to the exact line in code. Just append #L100 to the File url.
  • If we have multiple consecutive lines then group them, like #L100-L105