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

Skipped count percentage is affected by integer rounding

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • xunit-plugin
    • None
    • xUnit 1.102

      The skipped count percentage is always 0 because the actual formula is affected by integer rounding.

      Actual formule is (A int / B int) * 100, but when A is less than B the result A / B is always 0 because the result is int.

            nfalco Nikolas Falco
            nfalco Nikolas Falco
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: