language: node_js node_js: 10 cache: npm install: - npm install -g codecov - npm install script: - npm run build - npm run test - codecov