con / duct

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

Add type annotations #95

Closed jwodder closed 2 weeks ago

jwodder commented 2 weeks ago

Closes #47.

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 86.61%. Comparing base (1c0bfee) to head (edc47ca).

Files Patch % Lines
src/duct.py 97.61% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #95 +/- ## ========================================== - Coverage 87.54% 86.61% -0.94% ========================================== Files 1 1 Lines 265 269 +4 Branches 41 41 ========================================== + Hits 232 233 +1 - Misses 25 28 +3 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

Thank you!!!!