ape-repo/ape-reporting

View on GitHub
example/example-send-to-codeclimate.js

Summary

Maintainability
A
0 mins
Test Coverage
#!/usr/bin/env node

'use strict'

const apeReporting = require('ape-reporting')

// Send report to codeclimate
apeReporting.sendToCodeclimate('coverage/lcov.info').then(() => {
    /* ... */
})