[ 
https://issues.apache.org/jira/browse/BUILDR-163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12638860#action_12638860
 ] 

msibakov edited comment on BUILDR-163 at 10/12/08 10:19 AM:
-----------------------------------------------------------------

It should run cobertura:check task against given coverage ranges. If coverage 
standards fall below the given criterea, cobertura-check will fail the build.
like this => ant.send "cobertura-check", :datafile=>data_file, 
:branchrate=>COBERTURA_CHECK_BRANCHRATE, :lineRate=>COBERTURA_CHECK_LINERATE

i'm quite busy right now but trying to send patch for this issue as soon as 
possible.

      was (Author: msibakov):
    It should run cobertura:check task against given coverage ranges. If 
coverage standards fall below the given criterea, cobertura-check will fail the 
build.
like this => ant.send "cobertura-check", :datafile=>data_file, 
:branchrate=>COBERTURA_CHECK_BRANCHRATE, :lineRate=>COBERTURA_CHECK_LINERATE
  
> cobertura:check
> ---------------
>
>                 Key: BUILDR-163
>                 URL: https://issues.apache.org/jira/browse/BUILDR-163
>             Project: Buildr
>          Issue Type: New Feature
>          Components: Extensions, Test frameworks
>    Affects Versions: 1.3.3
>            Reporter: Marko Sibakov
>             Fix For: 1.3.4
>
>
> add support for cobertura:check task

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to