temp-dir: ./build/.nyc_output
report-dir: ./build/coverage

reporter:
  - text
  - html
  - lcovonly

check-coverage: true
