GitXplorerGitXplorer
u

umbo-istanbul

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
a29b35d4cea383b0873ab9dc8e19522b117c3aad

Able to now push to umbo

uuzyn committed 10 years ago
Unverified
21663af5d1c3d4ad641cd79c22d208a95e5b1649

npm link

uuzyn committed 10 years ago
Unverified
daf7419a84fab8c7eb055d6dd0339f7e1266be21

More help and error handling

uuzyn committed 10 years ago
Unverified
16f56c07d0421a195eae2e9cbd7d59b856bdc731

Parses JSON coverage

uuzyn committed 10 years ago
Unverified
a237709e84abfeb6847497994aba7386b9f53c18

Commander, specifying default json-summary path

uuzyn committed 10 years ago
Unverified
14bf1462123690df123f39b9e7ce818cc5dfee1e

npm init

uuzyn committed 10 years ago

README

The README file for this repository.

umbo-istanbul

Parses Istanbul's json-summary report for Umbo

$ umbo-istanbul --help

  Usage: umbo-istanbul [options]

  Options:

    -h, --help                  output usage information
    -V, --version               output the version number
    -b, --badge <badge id>      Umbo badge id
    -t, --token <private token> Umbo private token
    -u, --url <URL to Umbo>     Umbos URL, defaults to http://umbo.zynesis.com/:badge
    -j, --json-summary <path>   Path to json-summary reported by istanbul. Defaults to coverage/coverage-summary.json
    -t, --type <type>           Coverage type: lines, statements, functions or branches. Defaults to lines.

  Usage example:

    Ensure that json-summary report is generated by istanbul cover
    $ istanbul cover --report json-summary mocha

    Parse json-summary report and send to Umbo
    $ export UMBO_BADGE=YOUR_UMBO_BADGE_ID;
    $ export UMBO_TOKEN=PRIVATE_TOKEN;
    $ umbo-istanbul