language: node_js
before_script:
  - npm ci
node_js:
  - '10'
script:
- npm run report-coverage