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

chore: use tracing instead of log crate #195

Merged
merged 1 commit into from
Jun 23, 2024

chore: use tracing instead of log crate

3ce54aa
Select commit
Loading
Failed to load commit list.
Merged

chore: use tracing instead of log crate #195

chore: use tracing instead of log crate
3ce54aa
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 23, 2024 in 0s

86.39% (+0.84%) compared to 5433747

View this Pull Request on Codecov

86.39% (+0.84%) compared to 5433747

Details

Codecov Report

Attention: Patch coverage is 23.07692% with 20 lines in your changes missing coverage. Please review.

Project coverage is 86.39%. Comparing base (5433747) to head (3ce54aa).

Files Patch % Lines
src/loop_logic.rs 25.00% 15 Missing ⚠️
src/sources/ping/eventfd.rs 0.00% 2 Missing ⚠️
src/sources/signals.rs 0.00% 2 Missing ⚠️
src/sources/mod.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #195      +/-   ##
==========================================
+ Coverage   85.55%   86.39%   +0.84%     
==========================================
  Files          13       15       +2     
  Lines        1862     2051     +189     
==========================================
+ Hits         1593     1772     +179     
- Misses        269      279      +10     

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