bskinn / sphobjinv

Toolkit for manipulation and inspection of Sphinx objects.inv files
https://sphobjinv.readthedocs.io
MIT License
78 stars 9 forks source link

Refactor file interactions to Paths #176

Closed bskinn closed 3 years ago

bskinn commented 3 years ago

Where feasible, now using .read_text() and related methods.

Couple of spots that had to use explicit file handles, though.

Closes #167

codecov-io commented 3 years ago

Codecov Report

Merging #176 (428c490) into master (db54f36) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #176   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           18        18           
  Lines          668       664    -4     
=========================================
- Hits           668       664    -4     
Impacted Files Coverage Δ
src/sphobjinv/fileops.py 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 db54f36...428c490. Read the comment docs.