Skip to content

Commit 703c2a6

Browse files
authored
ignore automatically generated schema-validator.js from coverage (fastify#544)
increase required coverage
1 parent 6ec6365 commit 703c2a6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.taprc

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ ts: false
22
jsx: false
33
branches: 65
44
functions: 100
5-
lines: 75
6-
statements: 75
7-
nyc-arg: "--exclude=.cache/*"
5+
lines: 89
6+
statements: 89
7+
nyc-arg:
8+
- "--exclude=.cache/*"
9+
- "--exclude=lib/schema-validator.js"

0 commit comments

Comments
 (0)