language: node_js
node_js:
  - "10"

install:
  - yarn
script:
  - yarn build && yarn test:coverage && npx codecov
