RenaiApp/.nycrc.yml

13 lines
244 B
YAML
Raw Normal View History

all: true
exclude-after-remap: false
# uncomment when ready to fail on not met coverage
# check-coverage: true
include:
- 'src/**'
watermarks:
statements: [80, 95]
branches: [80, 95]
functions: [80, 95]
lines: [80, 95]
per-file: true