You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by "Daniel Spiewak (JIRA)" <ji...@apache.org> on 2009/02/19 19:20:02 UTC

[jira] Commented: (BUILDR-163) cobertura:check

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

Daniel Spiewak commented on BUILDR-163:
---------------------------------------

Note that in this new version, configuration is done using the `cobertura.check` configuration instance.  For example:

    define 'coolness' do
      cobertura.check.branch_rate = 75
      cobertura.check.line_rate = 100
      cobertura.check.total_line_rate = 98
    end

To invoke the `check` task:

    buildr coolness:cobertura:check

All of the config values have the same defaults as outlined in the documentation for the BUILDR-156 patch.

> 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
>         Attachments: cobertura-check.patch
>
>
> 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.