cthoyt / pystow

👜 Easily pick a place to store data for your Python code.
https://pystow.readthedocs.io
MIT License
36 stars 6 forks source link

More typing and testing #34

Closed cthoyt closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #34 (7ade047) into main (0520fcc) will increase coverage by 0.54%. The diff coverage is 64.28%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #34      +/-   ##
==========================================
+ Coverage   59.53%   60.08%   +0.54%     
==========================================
  Files          10       10              
  Lines         692      699       +7     
  Branches      119      123       +4     
==========================================
+ Hits          412      420       +8     
+ Misses        261      260       -1     
  Partials       19       19              
Impacted Files Coverage Δ
src/pystow/cache.py 67.08% <0.00%> (ø)
src/pystow/utils.py 57.48% <ø> (ø)
src/pystow/api.py 61.84% <60.00%> (+4.09%) :arrow_up:
src/pystow/constants.py 100.00% <100.00%> (ø)
src/pystow/module.py 63.44% <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 0520fcc...7ade047. Read the comment docs.