Nukesor / pueue

:stars: Manage your shell commands.
MIT License
4.68k stars 128 forks source link

change: Improve logging for tasks that failed to spawn #516

Closed Nukesor closed 3 months ago

Nukesor commented 3 months ago

Add better log output in case a command actually fails to spawn.

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 83.87097% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 80.15%. Comparing base (a247b3b) to head (029b2a2).

Files Patch % Lines
pueue/src/daemon/task_handler/spawn_task.rs 75.00% 2 Missing :warning:
pueue_lib/src/log.rs 90.90% 2 Missing :warning:
pueue/src/client/display/log/mod.rs 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #516 +/- ## ========================================== + Coverage 80.13% 80.15% +0.02% ========================================== Files 77 77 Lines 5647 5660 +13 ========================================== + Hits 4525 4537 +12 - Misses 1122 1123 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 3 months ago

Test Results

  3 files  ±0   22 suites  ±0   2m 39s :stopwatch: +6s 147 tests +1  147 :white_check_mark: +1  0 :zzz: ±0  0 :x: ±0  314 runs  +2  314 :white_check_mark: +2  0 :zzz: ±0  0 :x: ±0 

Results for commit 029b2a2f. ± Comparison against base commit a247b3bb.

:recycle: This comment has been updated with latest results.