Closed ghost closed 3 years ago
Merging #232 (756839d) into master (d5b317e) will not change coverage. The diff coverage is
100.00%
.
@@ Coverage Diff @@
## master #232 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 13 13
Lines 230 233 +3
=========================================
+ Hits 230 233 +3
Impacted Files | Coverage Δ | |
---|---|---|
src/request.js | 100.00% <ø> (ø) |
|
src/cache.js | 100.00% <100.00%> (ø) |
|
src/config.js | 100.00% <100.00%> (ø) |
|
src/exclude.js | 100.00% <100.00%> (ø) |
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 d5b317e...756839d. Read the comment docs.
Noticed a problem with this -- while the documentation states that methods has a default value, it's specified in the typing for IAxiosCacheAdapterOptions as a mandatory field.
It looks like it was intended to be optional (which would make sense for backward compatibility with old configs)
Fixes #230