mozilla / webrtc-sdp

Rust SDP parser for WebRTC
Mozilla Public License 2.0
155 stars 30 forks source link

print parser error at the end of example parser client #180

Closed nils-ohlmeier closed 5 years ago

codecov-io commented 5 years ago

Codecov Report

Merging #180 into master will increase coverage by 0.07%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #180      +/-   ##
==========================================
+ Coverage   89.99%   90.07%   +0.07%     
==========================================
  Files           8        8              
  Lines        3509     3485      -24     
==========================================
- Hits         3158     3139      -19     
+ Misses        351      346       -5
Impacted Files Coverage Δ
src/lib.rs 93.01% <100%> (-0.03%) :arrow_down:
src/attribute_type.rs 89.2% <100%> (+0.2%) :arrow_up:
src/anonymizer.rs 92.71% <0%> (-0.67%) :arrow_down:
src/media_type.rs 94.26% <0%> (-0.26%) :arrow_down:
src/error.rs 69.67% <0%> (-0.2%) :arrow_down:
src/address.rs 66% <0%> (+1.29%) :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 8a02ddf...45dc09d. Read the comment docs.