con / fscacher

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

Test against Python 3.10 #49

Closed jwodder closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #49 (f9b6bea) into master (54d998c) will decrease coverage by 0.52%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #49      +/-   ##
==========================================
- Coverage   92.67%   92.14%   -0.53%     
==========================================
  Files           3        3              
  Lines         382      382              
  Branches       30       44      +14     
==========================================
- Hits          354      352       -2     
  Misses         17       17              
- Partials       11       13       +2     
Impacted Files Coverage Δ
src/fscacher/tests/test_cache.py 92.30% <0.00%> (-0.81%) :arrow_down:

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 54d998c...f9b6bea. Read the comment docs.

jwodder commented 2 years ago

The test failure for pypy3 on macOS is addressed by https://github.com/con/fscacher/pull/50.