Adding redis to exclusion from coverage (can't currently test).
This commit is contained in:
parent
6ccec1632a
commit
0ff7bc672a
|
@ -66,7 +66,8 @@
|
||||||
"!src/tests/**/*",
|
"!src/tests/**/*",
|
||||||
"!src/automations/tests/**/*",
|
"!src/automations/tests/**/*",
|
||||||
"!src/utilities/fileProcessor.js",
|
"!src/utilities/fileProcessor.js",
|
||||||
"!src/utilities/fileSystem/**/*"
|
"!src/utilities/fileSystem/**/*",
|
||||||
|
"!src/utilities/redis.js"
|
||||||
],
|
],
|
||||||
"coverageReporters": [
|
"coverageReporters": [
|
||||||
"lcov",
|
"lcov",
|
||||||
|
|
Loading…
Reference in New Issue