Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-19526

Display Branch Coverage Information

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Major Major
    • jacoco-plugin
    • None

      Right now, the coverage pages generated by the Jacoco plugin highglight both fully and partially covered instructions green, leaving no hint of coverage per branch. Especially with multiple conditions in an if (as in, a && b), both following code blocks are executed but it is unclear if all 4 possible combinations were tested.

      This should be improved to match Jacoco's own HTML reports which this kind of branch coverage data exists.

      GitHub Pull Request

            Unassigned Unassigned
            bauer Marcus Bauer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: