Closed SassNinja closed 6 years ago
Merging #45 into master will decrease coverage by
0.07%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #45 +/- ##
==========================================
- Coverage 96.92% 96.85% -0.08%
==========================================
Files 6 6
Lines 130 127 -3
==========================================
- Hits 126 123 -3
Misses 4 4
Impacted Files | Coverage Δ | |
---|---|---|
src/hooks/cache.js | 100% <100%> (ø) |
:arrow_up: |
src/hooks/redis.js | 100% <100%> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update a4a6e31...2397ec9. Read the comment docs.
Thank you for the issue and the patch! I have just added a test and merged. NPM version will be published as soon as travis completes.
Sam
I've worked over the default options management to make sure the options from the feathers config get always considered. The priority order is:
hook defaults < feathers config < hook (service) options
This PR is supposed to fix https://github.com/idealley/feathers-hooks-rediscache/issues/44
@idealley would you please review and let me know what you think abt it?