sancane / rustun

Rust implementation for Session Traversal Utilities for NAT (STUN)
Apache License 2.0
9 stars 0 forks source link

Stun agent #33

Open sancane opened 5 months ago

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 73.80383% with 219 lines in your changes are missing coverage. Please review.

Project coverage is 88.33%. Comparing base (cc47160) to head (31365c2). Report is 9 commits behind head on main.

:exclamation: Current head 31365c2 differs from pull request most recent head a980415

Please upload reports for the commit a980415 to get more accurate results.

Files Patch % Lines
stun-agent/src/long_term_auth.rs 22.33% 160 Missing :warning:
stun-agent/src/client.rs 89.26% 22 Missing :warning:
stun-agent/src/lib.rs 78.26% 10 Missing :warning:
stun-agent/src/message.rs 85.10% 7 Missing :warning:
stun-agent/src/timeout.rs 88.88% 7 Missing :warning:
stun-agent/tests/stun_client_rtos.rs 91.37% 5 Missing :warning:
stun-agent/tests/stun_client_st_cred_mech.rs 95.16% 3 Missing :warning:
stun-agent/src/fingerprint.rs 77.77% 2 Missing :warning:
stun-agent/src/events.rs 90.90% 1 Missing :warning:
stun-agent/src/rtt.rs 95.65% 1 Missing :warning:
... and 1 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #33 +/- ## ========================================== - Coverage 95.40% 88.33% -7.07% ========================================== Files 43 56 +13 Lines 1718 2554 +836 ========================================== + Hits 1639 2256 +617 - Misses 79 298 +219 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov-commenter commented 4 months ago

Codecov Report

Attention: Patch coverage is 96.33639% with 44 lines in your changes missing coverage. Please review.

Project coverage is 95.85%. Comparing base (cc47160) to head (35bc690). Report is 9 commits behind head on main.

Files with missing lines Patch % Lines
stun-agent/tests/stun_client_lt_cred_mech.rs 88.88% 26 Missing :warning:
stun-agent/tests/stun_client_rtos.rs 91.66% 5 Missing :warning:
stun-agent/src/lib.rs 95.23% 4 Missing :warning:
stun-agent/tests/stun_client_st_cred_mech.rs 95.31% 3 Missing :warning:
stun-agent/src/message.rs 95.55% 2 Missing :warning:
stun-agent/tests/stun_client_fingerprint.rs 94.28% 2 Missing :warning:
stun-agent/src/client.rs 99.51% 1 Missing :warning:
stun-agent/tests/stun_client.rs 96.15% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #33 +/- ## ========================================== + Coverage 95.40% 95.85% +0.45% ========================================== Files 43 58 +15 Lines 1718 2918 +1200 ========================================== + Hits 1639 2797 +1158 - Misses 79 121 +42 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.