con / duct

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

Rename `Report.__repr__()` to `Report.dump_json()` #97

Closed jwodder closed 2 weeks ago

jwodder commented 2 weeks ago

This PR builds on top of #95.

You shouldn't abuse the __repr__ name like that (to say nothing of the obfuscation from only invoking it via str()).

codecov[bot] commented 2 weeks ago

Codecov Report

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

Project coverage is 86.61%. Comparing base (31bd298) to head (68bb57b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #97 +/- ## ========================================== - Coverage 87.36% 86.61% -0.75% ========================================== Files 1 1 Lines 269 269 Branches 41 41 ========================================== - Hits 235 233 -2 - Misses 26 28 +2 Partials 8 8 ```

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