1
0
Fork 0
mirror of synced 2024-06-27 02:20:35 +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/automations/tests/**/*",
"!src/utilities/fileProcessor.js",
"!src/utilities/fileSystem/**/*"
"!src/utilities/fileSystem/**/*",
"!src/utilities/redis.js"
],
"coverageReporters": [
"lcov",