Closed mohamedgomran closed 4 years ago
Merging #128 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #128 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 12 12
Lines 170 175 +5
=====================================
+ Hits 170 175 +5
Impacted Files | Coverage Δ | |
---|---|---|
src/request.js | 100% <ø> (ø) |
:arrow_up: |
src/cache.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 b49888c...d127a50. Read the comment docs.
Nice technique to get it working! But coverage has massively dropped on some files and I don't really get why 😞
@RasCarlito I was proposing the PR and will write the required tests if it would be merged
Ok! Well if you are up for it I'll merge it when it is done. Also if you could rebase your branch on origin/master so that only the commits related to this modification show up it'd be awesome. Cheers
@RasCarlito Tests done, coverage is increased by 0.02% :"D
@RasCarlito Any updates?
Any update on this @RasCarlito ? This would be a very handy feature.
Sorry for not getting back to you.
Merging this and planning a release very soon 🚀
Cheers
@RasCarlito could you please tell which version has this code change? Or has it not been released yet?
Looks like there hasn't been a new release since this was merged. Would be great to see it published!
Adding ability to cache post, patch, put, delete methods and making cache stale when request body changes.