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 tracing #55

Merged
merged 4 commits into from
Dec 3, 2024
Merged

Use tracing #55

merged 4 commits into from
Dec 3, 2024

Conversation

pool2win
Copy link
Owner

@pool2win pool2win commented Dec 3, 2024

Closes #54

Copy link

codecov bot commented Dec 3, 2024

Codecov Report

Attention: Patch coverage is 66.66667% with 45 lines in your changes missing coverage. Please review.

Project coverage is 93.76%. Comparing base (e44431e) to head (47f7141).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
src/node/reliable_sender/mod.rs 20.00% 8 Missing ⚠️
src/node.rs 69.56% 7 Missing ⚠️
src/main.rs 0.00% 5 Missing ⚠️
src/node/echo_broadcast/mod.rs 68.75% 5 Missing ⚠️
src/node/connection.rs 55.55% 4 Missing ⚠️
src/node/protocol/dkg/round_two.rs 73.33% 4 Missing ⚠️
src/node/protocol/dkg/trigger.rs 60.00% 4 Missing ⚠️
src/node/commands.rs 57.14% 3 Missing ⚠️
src/node/protocol/dkg/round_one.rs 77.77% 2 Missing ⚠️
src/node/protocol/init.rs 33.33% 2 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #55      +/-   ##
==========================================
- Coverage   93.96%   93.76%   -0.21%     
==========================================
  Files          26       26              
  Lines        4278     4265      -13     
==========================================
- Hits         4020     3999      -21     
- Misses        258      266       +8     

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

@pool2win pool2win merged commit 4837497 into main Dec 3, 2024
9 of 10 checks passed
@pool2win pool2win deleted the use-tracing branch December 3, 2024 12:12
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.

Use tracing instead of logs
1 participant