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

change: Print info/error output to stderr #601

Merged
merged 1 commit into from
Feb 4, 2025

change: Print info/error output to stderr

1b1a5ea
Select commit
Loading
Failed to load commit list.
Merged

change: Print info/error output to stderr #601

change: Print info/error output to stderr
1b1a5ea
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 4, 2025 in 0s

80.80% (target 80.00%)

View this Pull Request on Codecov

80.80% (target 80.00%)

Details

Codecov Report

Attention: Patch coverage is 18.18182% with 27 lines in your changes missing coverage. Please review.

Project coverage is 80.80%. Comparing base (117f2bd) to head (1b1a5ea).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
pueue/src/client/display/follow.rs 14.28% 6 Missing ⚠️
pueue/src/daemon/mod.rs 0.00% 4 Missing ⚠️
pueue/src/daemon/task_handler.rs 0.00% 4 Missing ⚠️
pueue/src/client/display/log/local.rs 25.00% 3 Missing ⚠️
pueue/src/client/display/log/mod.rs 40.00% 3 Missing ⚠️
pueue/src/client/client.rs 0.00% 2 Missing ⚠️
pueue/src/bin/pueued.rs 50.00% 1 Missing ⚠️
pueue/src/client/commands/restart.rs 0.00% 1 Missing ⚠️
pueue/src/client/commands/wait.rs 0.00% 1 Missing ⚠️
pueue/src/client/display/log/remote.rs 0.00% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@           Coverage Diff           @@
##             main     #601   +/-   ##
=======================================
  Coverage   80.80%   80.80%           
=======================================
  Files          74       74           
  Lines        5912     5912           
=======================================
  Hits         4777     4777           
  Misses       1135     1135           

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