You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- language: node_js
- node_js:
- - "node"
- - "7"
- - "6"
- - "5"
- - "4"
- - "lts/*"
- install:
- - npm install -g codecov
- script:
- - npm test
- - istanbul cover ./node_modules/mocha/bin/_mocha --reporter lcovonly -- -R spec
- - codecov
- env:
- CODECLIMATE_REPO_TOKEN: a174b03227cdc953c831f45bebcf0af357ec1b8a4b8477f36444c16f084a409f
|