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

Task Status refactorings #556

Merged
merged 5 commits into from
Jul 25, 2024

docs: Update changelog for v4

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

Task Status refactorings #556

docs: Update changelog for v4
1ce4e1f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 25, 2024 in 0s

79.23% (-0.26%) compared to 31878c4

View this Pull Request on Codecov

79.23% (-0.26%) compared to 31878c4

Details

Codecov Report

Attention: Patch coverage is 73.39056% with 62 lines in your changes missing coverage. Please review.

Project coverage is 79.23%. Comparing base (31878c4) to head (1ce4e1f).

Files Patch % Lines
pueue/src/daemon/process_handler/finish.rs 52.17% 11 Missing ⚠️
pueue/src/client/query/mod.rs 27.27% 8 Missing ⚠️
pueue/src/daemon/task_handler.rs 42.85% 8 Missing ⚠️
pueue/src/client/commands/wait.rs 50.00% 7 Missing ⚠️
pueue/src/daemon/callbacks.rs 0.00% 5 Missing ⚠️
pueue/src/daemon/process_handler/start.rs 61.53% 5 Missing ⚠️
pueue/src/daemon/process_handler/pause.rs 66.66% 4 Missing ⚠️
pueue/src/daemon/process_handler/spawn.rs 78.94% 4 Missing ⚠️
pueue/src/client/commands/restart.rs 60.00% 2 Missing ⚠️
pueue/src/client/display/log/mod.rs 66.66% 2 Missing ⚠️
... and 5 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #556      +/-   ##
==========================================
- Coverage   79.49%   79.23%   -0.26%     
==========================================
  Files          75       75              
  Lines        5573     5653      +80     
==========================================
+ Hits         4430     4479      +49     
- Misses       1143     1174      +31     

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