con / fscacher

Caching results of operations on heavy file trees
MIT License
0 stars 2 forks source link

Support kwarg-calling decorated functions whose first arguments aren't named "path" #62

Closed jwodder closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #62 (85f92d8) into master (991b728) will increase coverage by 0.32%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #62      +/-   ##
==========================================
+ Coverage   92.72%   93.05%   +0.32%     
==========================================
  Files           3        3              
  Lines         385      403      +18     
  Branches       47       49       +2     
==========================================
+ Hits          357      375      +18     
  Misses         17       17              
  Partials       11       11              
Impacted Files Coverage Δ
src/fscacher/cache.py 91.47% <100.00%> (+0.13%) :arrow_up:
src/fscacher/tests/test_cache.py 93.60% <100.00%> (+0.40%) :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 991b728...85f92d8. Read the comment docs.

jwodder commented 2 years ago

Merged as part of #63.