naomijub / edn-rs

[DEPRECATED]: Crate to parse and emit EDN
https://crates.io/crates/edn-rs
MIT License
81 stars 14 forks source link

Fix inst and uuid serialization #87

Closed naomijub closed 2 years ago

naomijub commented 2 years ago

https://github.com/naomijub/edn-rs/issues/83

codecov-commenter commented 2 years ago

Codecov Report

Merging #87 (17ed61d) into master (7866c63) will increase coverage by 3.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #87      +/-   ##
==========================================
+ Coverage   80.69%   83.74%   +3.05%     
==========================================
  Files          11       11              
  Lines        1911     1858      -53     
==========================================
+ Hits         1542     1556      +14     
+ Misses        369      302      -67     
Impacted Files Coverage Δ
src/edn/mod.rs 72.41% <100.00%> (+14.49%) :arrow_up:
src/deserialize/parse.rs 93.20% <0.00%> (-2.45%) :arrow_down:
src/deserialize/mod.rs 81.45% <0.00%> (ø)
src/json/mod.rs 98.31% <0.00%> (+0.01%) :arrow_up:
src/serialize/mod.rs 88.02% <0.00%> (+0.03%) :arrow_up:
src/edn/utils/index.rs 16.00% <0.00%> (+2.66%) :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 7866c63...17ed61d. Read the comment docs.