language: node_js
node_js:
  - "12"
script:
  - make test && (make test-ci-coverage || true)
