AlbanMinassian / tellmecov

tell me code coverage rank

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

https://secure.travis-ci.org/ami44/tellmecov.png

https://github.com/ami44/tellmecov/raw/master/coverage.png

tellmecov

@TODO : utiliser gh-badges pour générer SVG du badge

Tell me coverage rank.

Read coverage.json generate by mocha (JSONCov).

Install

npm install -g tellmecov

Usage

Usage: tellmecov [options] <json coverage file ... >

Options:

    -h, --help                  output usage information
    -V, --version               output the version number
    -r, --globalrank            print global rank
    -b, --globalbadge <output>  write badge png to file <output>

Examples:

    $ tellmecov --help
    $ tellmecov --version
    $ tellmecov --globalrank "/path/to/read/coverage.json"
    $ tellmecov --globalbadge "/path/to/write/coverage.png" "/path/to/read/coverage.json"

Licence

Code licensed under the GNU GENERAL PUBLIC LICENSE Version 3

About

tell me code coverage rank


Languages

Language:JavaScript 100.0%