JulianSchmid / etherparse

A rust library for parsing ethernet & ethernet using protocols.
Apache License 2.0
299 stars 53 forks source link

v0.10.0: Fragmentation & authentication header #13

Closed JulianSchmid closed 2 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #13 (d4dce8d) into master (e23596f) will increase coverage by 0.09%. The diff coverage is 99.61%.

:exclamation: Current head d4dce8d differs from pull request most recent head 6b97f4c. Consider uploading reports for the commit 6b97f4c to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##           master      #13      +/-   ##
==========================================
+ Coverage   99.60%   99.70%   +0.09%     
==========================================
  Files          28       45      +17     
  Lines        7909    16004    +8095     
==========================================
+ Hits         7878    15957    +8079     
- Misses         31       47      +16     
Impacted Files Coverage Δ
src/link/mod.rs 100.00% <ø> (ø)
src/transport/mod.rs 100.00% <ø> (ø)
tests/link/mod.rs 100.00% <ø> (ø)
tests/transport/udp.rs 100.00% <ø> (+0.32%) :arrow_up:
tests/unit-tests.rs 98.50% <ø> (+0.43%) :arrow_up:
tests/internet/ipv6_raw_extension.rs 97.70% <97.70%> (ø)
tests/packet_compositions/mod.rs 98.58% <97.78%> (-0.60%) :arrow_down:
tests/internet/ipv6.rs 99.17% <98.18%> (-0.55%) :arrow_down:
src/lib.rs 99.54% <98.24%> (-0.46%) :arrow_down:
tests/internet/ip_authentication.rs 98.62% <98.62%> (ø)
... and 57 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 e23596f...6b97f4c. Read the comment docs.