jothan / rustyknife

Fast, robust and safe email parsing library
GNU General Public License v3.0
19 stars 4 forks source link

Migrate to nom 5 #1

Closed jothan closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #1 into master will decrease coverage by 5.31%. The diff coverage is 77.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #1      +/-   ##
==========================================
- Coverage   88.82%   83.51%   -5.32%     
==========================================
  Files          14       14              
  Lines         743     1001     +258     
==========================================
+ Hits          660      836     +176     
- Misses         83      165      +82
Impacted Files Coverage Δ
src/types.rs 67.64% <0%> (ø) :arrow_up:
src/util.rs 85.18% <100%> (+5.18%) :arrow_up:
src/rfc5321.rs 73.85% <72.22%> (-5.92%) :arrow_down:
src/rfc5322.rs 76.51% <74.39%> (-6.6%) :arrow_down:
src/rfc3461.rs 75% <75%> (-25%) :arrow_down:
src/rfc2231.rs 84.4% <78.64%> (-9.35%) :arrow_down:
src/headersection.rs 80% <83.33%> (-20%) :arrow_down:
src/rfc5234.rs 86.66% <86.66%> (-13.34%) :arrow_down:
src/rfc2047.rs 91.89% <92%> (+1.41%) :arrow_up:
... 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 1bd817b...7467388. Read the comment docs.