vnmabus / rdata

Reader of R datasets in .rda format, in Python
https://rdata.readthedocs.io
MIT License
40 stars 2 forks source link

Typing improvements #5

Closed vnmabus closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #5 (17fbad7) into develop (7a5191f) will decrease coverage by 0.13%. The diff coverage is 98.27%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop       #5      +/-   ##
===========================================
- Coverage    86.24%   86.10%   -0.14%     
===========================================
  Files            6        6              
  Lines          516      518       +2     
===========================================
+ Hits           445      446       +1     
- Misses          71       72       +1     
Impacted Files Coverage Δ
rdata/parser/_parser.py 84.50% <95.23%> (-0.30%) :arrow_down:
rdata/__init__.py 100.00% <100.00%> (ø)
rdata/conversion/_conversion.py 84.11% <100.00%> (+0.18%) :arrow_up:
rdata/parser/__init__.py 100.00% <100.00%> (ø)
rdata/tests/test_rdata.py 98.18% <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 7a5191f...17fbad7. Read the comment docs.