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

Use runtime specific Instant #64

Merged
merged 4 commits into from
Jan 31, 2025
Merged

Use runtime specific Instant #64

merged 4 commits into from
Jan 31, 2025

Conversation

al8n
Copy link
Owner

@al8n al8n commented Jan 31, 2025

No description provided.

Copy link

codecov bot commented Jan 31, 2025

Codecov Report

Attention: Patch coverage is 80.30303% with 13 lines in your changes missing coverage. Please review.

Project coverage is 71.53%. Comparing base (005bf33) to head (4dd0f55).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
core/src/transport/stream.rs 68.75% 5 Missing ⚠️
transports/net/src/packet_processor.rs 0.00% 2 Missing ⚠️
transports/quic/src/stream_layer/quinn.rs 50.00% 2 Missing ⚠️
transports/quic/src/stream_layer/s2n.rs 50.00% 2 Missing ⚠️
core/src/state.rs 75.00% 1 Missing ⚠️
core/src/suspicion.rs 50.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #64      +/-   ##
==========================================
- Coverage   72.81%   71.53%   -1.28%     
==========================================
  Files          64       63       -1     
  Lines        6793     6797       +4     
==========================================
- Hits         4946     4862      -84     
- Misses       1847     1935      +88     
Files with missing lines Coverage Δ
core/src/api.rs 66.66% <100.00%> (ø)
core/src/lib.rs 73.07% <ø> (ø)
core/src/network.rs 66.01% <100.00%> (-0.32%) ⬇️
core/src/network/packet/listener.rs 82.03% <100.00%> (ø)
core/src/network/stream.rs 77.07% <100.00%> (+0.44%) ⬆️
core/src/state/ack_manager.rs 77.41% <100.00%> (ø)
core/src/transport.rs 16.66% <100.00%> (+0.24%) ⬆️
transports/net/src/io/read_from_promised.rs 57.67% <ø> (-20.23%) ⬇️
transports/net/src/io/send_by_packet.rs 82.07% <ø> (-1.89%) ⬇️
transports/net/src/io/send_by_promised.rs 81.54% <ø> (-3.01%) ⬇️
... and 21 more

Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 005bf33...4dd0f55. Read the comment docs.

@al8n al8n merged commit 7e8fff5 into main Jan 31, 2025
37 of 41 checks passed
@al8n al8n deleted the 0.5.0 branch January 31, 2025 08:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant