Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

message: implement parsing without ever needing to copy any bytes #9

Merged
merged 1 commit into from
Jun 25, 2024

message: implement parsing without ever needing to copy any bytes

67a9f4e
Select commit
Loading
Failed to load commit list.
Merged

message: implement parsing without ever needing to copy any bytes #9

message: implement parsing without ever needing to copy any bytes
67a9f4e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jun 25, 2024 in 1s

78.86% (-1.22%) compared to 23d06af

View this Pull Request on Codecov

78.86% (-1.22%) compared to 23d06af

Details

Codecov Report

Attention: Patch coverage is 87.71186% with 29 lines in your changes missing coverage. Please review.

Project coverage is 78.86%. Comparing base (23d06af) to head (67a9f4e).

Files Patch % Lines
stun-types/src/message.rs 85.29% 20 Missing ⚠️
stun-types/src/data.rs 77.77% 6 Missing ⚠️
stun-proto/src/agent.rs 92.59% 2 Missing ⚠️
stun-types/src/attribute/ice.rs 88.88% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main       #9      +/-   ##
==========================================
- Coverage   80.07%   78.86%   -1.22%     
==========================================
  Files          17       18       +1     
  Lines        1255     1306      +51     
==========================================
+ Hits         1005     1030      +25     
- Misses        250      276      +26     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.