mozilla / webrtc-sdp

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

Remove section exclusivity rule for connection lines. #132

Closed na-g closed 5 years ago

na-g commented 5 years ago

This addresses #130 by removing the error, and changing the test expectation.

codecov-io commented 5 years ago

Codecov Report

Merging #132 into master will decrease coverage by <.01%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #132      +/-   ##
==========================================
- Coverage   90.15%   90.14%   -0.01%     
==========================================
  Files           7        7              
  Lines        3452     3450       -2     
==========================================
- Hits         3112     3110       -2     
  Misses        340      340
Impacted Files Coverage Δ
src/lib.rs 87.8% <100%> (-0.04%) :arrow_down:

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 334a7b0...8812433. Read the comment docs.