config: exclude entities from nyc coverage

This commit is contained in:
Xymorot 2019-10-11 22:17:40 +02:00
parent d2c40cee18
commit 3c27fcf8a0
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ exclude-after-remap: false
# check-coverage: true
include:
- 'src/**'
exclude:
- 'src/main/entities/**'
watermarks:
statements: [80, 95]
branches: [80, 95]