psyinfra / onyo

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

NF: add StoreSingleKeyValuePair for `onyo set` #614

Closed aqw closed 3 months ago

aqw commented 3 months ago

fix #480

Proper fix for #417

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 81.25000% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 95.85%. Comparing base (83b97c1) to head (ee1da19).

Files Patch % Lines
onyo/argparse_helpers.py 79.31% 3 Missing and 3 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #614 +/- ## ========================================== - Coverage 95.93% 95.85% -0.09% ========================================== Files 67 67 Lines 5614 5640 +26 Branches 1097 1103 +6 ========================================== + Hits 5386 5406 +20 - Misses 129 132 +3 - Partials 99 102 +3 ```

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

TobiasKadelka commented 3 months ago

Thanks for the PR, LGTM!