UNPKG

codeclimate-test-reporter

Version:

Code Climate test reporter client for javascript projects

17 lines (16 loc) 335 B
language: node_js sudo: false addons: code_climate: repo_token: 68ddbd40159f9e23938004b7d52767f3488e976d1b77c5649b88064eff8ac06c node_js: - '0.10' - '0.12' - '4' - '5' cache: directories: - node_modules after_script: - npm install -g codeclimate-test-reporter - codeclimate-test-reporter < ./coverage/lcov.info