con / duct

A helper to run a command, capture stdout/stderr and details about running
https://pypi.org/project/con-duct/
MIT License
4 stars 2 forks source link

Rm num_samples & num_reports from summary_format #200

Closed asmacdo closed 1 month ago

asmacdo commented 1 month ago

These variables are still available for users who provide a custom summary_format

Fixes https://github.com/con/duct/issues/188

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 94.00%. Comparing base (aac696f) to head (a34a063). Report is 3 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #200 +/- ## ======================================= Coverage 94.00% 94.00% ======================================= Files 2 2 Lines 567 567 Branches 65 65 ======================================= Hits 533 533 Misses 22 22 Partials 12 12 ```

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

asmacdo commented 1 month ago

@yarikoptic Its been a bit since last release. Lets go ahead and cut one. Ready for review and merge if you like.