language: node_js node_js: - "lts/*" script: npm run test before_script: - npm install after_script: - npm run codecov