mozilla / webrtc-sdp

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

Ice pacing #164

Closed nils-ohlmeier closed 5 years ago

nils-ohlmeier commented 5 years ago

Add support for parsing the 'ice-pacing' attribute.

codecov-io commented 5 years ago

Codecov Report

Merging #164 into master will decrease coverage by <.01%. The diff coverage is 89.47%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master    #164      +/-   ##
=========================================
- Coverage    89.5%   89.5%   -0.01%     
=========================================
  Files           8       8              
  Lines        3612    3631      +19     
=========================================
+ Hits         3233    3250      +17     
- Misses        379     381       +2
Impacted Files Coverage Δ
tests/unit_tests.rs 100% <ø> (ø) :arrow_up:
src/attribute_type.rs 88.61% <89.47%> (ø) :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 5b8538d...ceb02fb. Read the comment docs.