Skip to content

Commit

Permalink
[FIXED JENKINS-13877] Cobertura plugin does not provide data to the R…
Browse files Browse the repository at this point in the history
…EST API
  • Loading branch information
ssogabe committed Apr 29, 2013
1 parent 3722326 commit bcc09db
Showing 1 changed file with 10 additions and 0 deletions.
Expand Up @@ -33,4 +33,14 @@ public String getName() {
public float getRatio() {
return ratio.getPercentageFloat();
}

@Exported
public float getNumerator() {
return ratio.numerator;
}

@Exported
public float getDenominator() {
return ratio.denominator;
}
}

0 comments on commit bcc09db

Please sign in to comment.