-
Notifications
You must be signed in to change notification settings - Fork 9
Conversation
Codecov Report
@@ Coverage Diff @@
## main #20 +/- ##
==========================================
- Coverage 61.93% 61.34% -0.59%
==========================================
Files 25 25
Lines 2099 2106 +7
Branches 533 533
==========================================
- Hits 1300 1292 -8
- Misses 398 413 +15
Partials 401 401
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good @algesten
@@ -20,8 +20,7 @@ util = { package = "webrtc-util", version = "0.4.3", default-features = false, f | |||
tokio = { version = "1.12.0", features = ["full"] } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let's update util to v0.5.0 with new error handling
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How about this change?
This relates to webrtc-rs/webrtc#106