vnmabus / rdata

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

Fix treatment of empty string. #2

Closed vnmabus closed 3 years ago

vnmabus commented 3 years ago

Fixes #1.

codecov-io commented 3 years ago

Codecov Report

Merging #2 (3a87d2a) into develop (5dcb6c8) will increase coverage by 0.49%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop       #2      +/-   ##
===========================================
+ Coverage    85.74%   86.24%   +0.49%     
===========================================
  Files            6        6              
  Lines          512      516       +4     
===========================================
+ Hits           439      445       +6     
+ Misses          73       71       -2     
Impacted Files Coverage Δ
rdata/parser/_parser.py 84.80% <100.00%> (+0.70%) :arrow_up:
rdata/tests/test_rdata.py 98.18% <100.00%> (+0.14%) :arrow_up:

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 5dcb6c8...3a87d2a. Read the comment docs.