config: add html coverage reporter and only report summary in console
This commit is contained in:
parent
caf1460139
commit
5889e828f6
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue