mbillingr / arff

ARFF file format serializer and deserializer
https://docs.rs/arff/
Apache License 2.0
3 stars 1 forks source link

fix parsing tabs in header attributes #6

Closed mbillingr closed 5 years ago

mbillingr commented 5 years ago

fixes the bug encountered in #5.

codecov[bot] commented 5 years ago

Codecov Report

Merging #6 into master will increase coverage by 0.53%. The diff coverage is 96.42%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #6      +/-   ##
==========================================
+ Coverage   73.07%   73.61%   +0.53%     
==========================================
  Files          10       10              
  Lines        1445     1478      +33     
==========================================
+ Hits         1056     1088      +32     
- Misses        389      390       +1
Impacted Files Coverage Δ
src/dynamic/dataset.rs 100% <ø> (ø) :arrow_up:
src/dynamic/value.rs 48% <ø> (ø) :arrow_up:
src/dynamic/de.rs 96.73% <ø> (ø) :arrow_up:
src/parser.rs 88.21% <96.42%> (+0.87%) :arrow_up:
src/dynamic/column.rs 28.28% <0%> (+0.2%) :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 419d313...c21e5b4. Read the comment docs.