config: turn off per-file coverage checking in nyc
This commit is contained in:
parent
a7d125bfaf
commit
a6c9890c70
|
@ -17,4 +17,4 @@ watermarks:
|
|||
branches: [80, 95]
|
||||
functions: [80, 95]
|
||||
lines: [80, 95]
|
||||
per-file: true
|
||||
per-file: false
|
||||
|
|
Loading…
Reference in New Issue