This package has been deprecated

Author message:

NO LONGER MAINTINED

ape-reporting

3.0.2 • Public • Published

ape-reporting

Build Status Code Climate Code Coverage Dependency Status npm Version JS Standard

ape framework module for reporting.

Usage

Send Report to codeclimate

#!/usr/bin/env node
 
'use strict'
 
const apeReporting = require('ape-reporting')
 
// Send report to codeclimate
apeReporting.sendToCodeclimate('coverage/lcov.info').then(() => {
    /* ... */
})
 

License

This software is released under the MIT License.

Links

/ape-reporting/

    Package Sidebar

    Install

    npm i ape-reporting

    Weekly Downloads

    30

    Version

    3.0.2

    License

    MIT

    Last publish

    Collaborators

    • okunishinishi