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

Add XML I/O functions #40

Closed cthoyt closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #40 (5f42717) into main (0754281) will decrease coverage by 0.61%. The diff coverage is 35.29%.

@@            Coverage Diff             @@
##             main      #40      +/-   ##
==========================================
- Coverage   64.01%   63.39%   -0.62%     
==========================================
  Files          10       10              
  Lines         778      795      +17     
  Branches      131      131              
==========================================
+ Hits          498      504       +6     
- Misses        260      271      +11     
  Partials       20       20              
Impacted Files Coverage Δ
src/pystow/__init__.py 100.00% <ø> (ø)
src/pystow/impl.py 69.23% <30.00%> (-1.99%) :arrow_down:
src/pystow/api.py 67.47% <42.85%> (-1.49%) :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 0754281...5f42717. Read the comment docs.