con / duct

A helper to run a command, capture stdout/stderr and details about running
MIT License
1 stars 1 forks source link

Add dedicated types for process stats *et alii* #100

Closed jwodder closed 2 weeks ago

jwodder commented 2 weeks ago

This PR builds on top of #96.

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 95.91837% with 2 lines in your changes missing coverage. Please review.

Project coverage is 88.31%. Comparing base (8c6989c) to head (c0b9e6a). Report is 1 commits behind head on main.

Files Patch % Lines
src/duct.py 95.91% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #100 +/- ## ========================================== + Coverage 86.90% 88.31% +1.40% ========================================== Files 1 1 Lines 275 291 +16 Branches 42 43 +1 ========================================== + Hits 239 257 +18 + Misses 28 26 -2 Partials 8 8 ```

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

asmacdo commented 2 weeks ago

@jwodder one more rebase

jwodder commented 2 weeks ago

@asmacdo Rebased.