1.0.2 • Published 9 years ago

apeman-commons-reporting v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

apeman-commons-reporting

Build Status Code Climate Code Coverage npm version

apeman common module for reporting.

Installation

Install module via npm.

# Install as local module.
$ npm install apeman-commons-reporting --save

Usage

reportCodeclimate

Report test coverage to codeclimate.

/**
 * Send coverage to codeclimate
 * @see https://codeclimate.com
 */

"use strict";

var reporting = require('apeman-commons-reporting');

reporting.reportCodeclimate({
    'lcov':'coverage/lcov.info' // lcov report file filepath.
}, function(){

});

License

This software is released under the MIT License.

Links

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago