psyinfra / onyo

text-based inventory system on top of git
ISC License
3 stars 5 forks source link

Rework `--message` parameter #701

Closed bpoldrack closed 3 weeks ago

bpoldrack commented 4 weeks ago

Closes #685

codecov[bot] commented 4 weeks ago

Codecov Report

Attention: Patch coverage is 90.51724% with 11 lines in your changes missing coverage. Please review.

Project coverage is 96.22%. Comparing base (fb40c15) to head (fb63ddd). Report is 11 commits behind head on main.

Files with missing lines Patch % Lines
onyo/lib/commands.py 76.31% 3 Missing and 6 partials :warning:
onyo/lib/onyo.py 86.66% 0 Missing and 2 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #701 +/- ## ========================================== - Coverage 96.27% 96.22% -0.05% ========================================== Files 68 69 +1 Lines 6091 6098 +7 Branches 514 527 +13 ========================================== + Hits 5864 5868 +4 + Misses 137 136 -1 - Partials 90 94 +4 ```

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

TobiasKadelka commented 4 weeks ago

While this is a draft, I still had a look because I am excited for the functionality to be added. Very cool, thanks for working on it :)

codeclimate[bot] commented 3 weeks ago

Code Climate has analyzed commit fb63ddd0 and detected 6 issues on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 6

View more on Code Climate.