sudo: false language: node_js node_js: - 8 - 9 after_success: - npx nyc report --reporter=lcov | npx codecov - npm run cov:check