config: exclude entities from nyc coverage
This commit is contained in:
parent
d2c40cee18
commit
3c27fcf8a0
|
@ -4,6 +4,8 @@ exclude-after-remap: false
|
||||||
# check-coverage: true
|
# check-coverage: true
|
||||||
include:
|
include:
|
||||||
- 'src/**'
|
- 'src/**'
|
||||||
|
exclude:
|
||||||
|
- 'src/main/entities/**'
|
||||||
watermarks:
|
watermarks:
|
||||||
statements: [80, 95]
|
statements: [80, 95]
|
||||||
branches: [80, 95]
|
branches: [80, 95]
|
||||||
|
|
Loading…
Reference in New Issue