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

Decimal numbers in Coverage Metric Targets

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • cobertura-plugin
    • None
    • Jenkins 2.122 Cobertura-Plugin 1.12.1
      On Windows Server 2012 R2
      Browser Chrome on a french windows

      After upgrading Jenkins from 1.x to 2.x
      And After upgrading Cobertura-Plugin from 1.9.8 to 1.12.1

      I'm no more able to use decimal number in Coverage Metric Targets

      For instance, for line coverage targets, I set value 80, 55.29, 55.29.

      In the config xml, I could see the following

      <lineCoverageTargets>80, 55,29, 55,29</lineCoverageTargets> 

      First time the job is running, values changed to : 80, 55, 29

       

      I tried to put decimal using "," or "." but it doesn't change this behavior.

            Unassigned Unassigned
            baliev Brice Lievain
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: