config: add html coverage reporter and only report summary in console

This commit is contained in:
Xymorot 2019-10-12 00:09:42 +02:00
parent caf1460139
commit 5889e828f6
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,10 @@ all: true
exclude-after-remap: false
# uncomment when ready to fail on not met coverage
# check-coverage: true
reporter:
- 'text-summary'
- 'html'
report-dir: './.nyc_output/coverage'
include:
- 'src/**'
exclude: