avitex / rust-dangerous

Rust library for safely and explicitly parsing untrusted data
MIT License
51 stars 4 forks source link

Improve str support #21

Closed avitex closed 3 years ago

avitex commented 3 years ago
codecov[bot] commented 3 years ago

Codecov Report

Merging #21 (3c53757) into master (2116f88) will increase coverage by 0.52%. The diff coverage is 59.20%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
+ Coverage   58.06%   58.59%   +0.52%     
==========================================
  Files          22       22              
  Lines        1557     1589      +32     
==========================================
+ Hits          904      931      +27     
- Misses        653      658       +5     
Impacted Files Coverage Δ
src/display/error.rs 0.00% <0.00%> (ø)
src/error/fatal.rs 0.00% <ø> (ø)
src/error/invalid.rs 8.69% <ø> (ø)
src/error/retry.rs 17.39% <ø> (ø)
src/reader.rs 43.39% <40.00%> (+3.77%) :arrow_up:
src/input/internal.rs 38.34% <44.64%> (+4.16%) :arrow_up:
src/display/section.rs 84.81% <71.42%> (ø)
src/input/mod.rs 51.26% <71.42%> (+0.07%) :arrow_up:
src/util/utf8.rs 93.40% <80.64%> (+1.73%) :arrow_up:
src/display/input.rs 73.77% <100.00%> (-0.84%) :arrow_down:
... and 3 more

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 8b965a5...3c53757. Read the comment docs.