language: node_js

node_js:
  - "node"

install:
  - yarn install
  - yarn global add codecov

script:
  - yarn test
  - codecov
