language: node_js node_js: - "8" - "10" - "12" - "14" script: - npm run test-with-coverage after_success: - ./node_modules/.bin/codecov