apeman-commons-reporting

apeman common module for reporting.

Usage no npm install needed!

<script type="module">
  import apemanCommonsReporting from 'https://cdn.skypack.dev/apeman-commons-reporting';
</script>

README

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