language: node_js
node_js:
  - "8"
  - "10"
install:
  - npm install
  - npm install -g codecov
script:
  - npm run report-coverage
