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 SystemInfo type #96

Closed jwodder closed 2 weeks ago

jwodder commented 2 weeks ago

This PR builds on top of #95.

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 92.30769% with 1 line in your changes missing coverage. Please review.

Project coverage is 86.90%. Comparing base (31bd298) to head (b60f8fc).

Files Patch % Lines
src/duct.py 92.30% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #96 +/- ## ========================================== - Coverage 87.36% 86.90% -0.46% ========================================== Files 1 1 Lines 269 275 +6 Branches 41 42 +1 ========================================== + Hits 235 239 +4 - Misses 26 28 +2 Partials 8 8 ```

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

jwodder commented 2 weeks ago

@asmacdo Rebased.