master
language: node_js node_js: - "10" install: - npm i -g codecov - npm install script: - npm test - npm run codecov