1
0
Fork 0
mirror of synced 2024-06-29 19:41:03 +12:00

Adding redis to exclusion from coverage (can't currently test).

This commit is contained in:
mike12345567 2021-05-21 13:08:59 +01:00
parent f56250824c
commit 9531252f41

View file

@ -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",