Closed katyho closed 3 years ago
Merging #81 (6cb571b) into main (3dd9c57) will increase coverage by
0.11%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## main #81 +/- ##
==========================================
+ Coverage 97.63% 97.75% +0.11%
==========================================
Files 40 40
Lines 2328 2406 +78
==========================================
+ Hits 2273 2352 +79
+ Misses 55 54 -1
Impacted Files | Coverage Δ | |
---|---|---|
lib/redis_memo/memoize_query.rb | 97.14% <100.00%> (+0.08%) |
:arrow_up: |
lib/redis_memo/batch.rb | 100.00% <0.00%> (ø) |
|
lib/redis_memo/memoize_method.rb | 99.37% <0.00%> (+1.33%) |
: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 3dd9c57...6cb571b. Read the comment docs.
Need to fix build, also probably want to leave RedisMemo::MemoizeQuery.invalidate
methods as public methods
Summary
Add rdocs for memoize_query
Testing
After making all other methods as private, specs still pass