UNPKG

apeman-tmpl-contrib-official

Version:
16 lines (10 loc) 217 B
#!/usr/bin/env node /** * Send coverage to codeclimate */ "use strict"; var reporting = require('apeman-dev-commons-reporting'); reporting.reportCodeclimate({ 'lcov':'coverage/lcov.info' }, function(){ });