README
apeman-commons-reporting
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.