language: node_js node_js: - '14' after_success: - bash <(curl -s https://codecov.io/bash) install: - npm install script: - npm run coverage - npx codecov