language: node_js
node_js:
- 12
sudo: false
script:
  - npm install codecov -g
  - npm run test -- --coverage
before_script:
  - npm run lint
after_success:
  - codecov
branches:
  only:
  - main