Add a --show flag for usethis badge#605
Conversation
|
Hi @Z-Fran! Nice to meet you the other day, and thank you so much for your contribution. First step, please configure Also, I'm going to want to add some tests for this code. If you don't want to add them, I'd be happy to add them myself - just let me know. One naming change I've flagged above and then regarding your points:
Thanks for taking the time to work on this issue. |
Hi @nathanjmcdougall , I have made some changes:
|
CodSpeed Performance ReportMerging #605 will not alter performanceComparing Summary
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #605 +/- ##
=======================================
Coverage 97.54% 97.54%
=======================================
Files 102 102
Lines 4439 4444 +5
=======================================
+ Hits 4330 4335 +5
Misses 109 109 ☔ View full report in Codecov by Sentry. |
|
Thanks @Z-Fran ! |
|
@Z-Fran I've just released this new feature in v0.11.0. Thank you again. |
Implementation of #424.
Use cases:
--showflag:It will print the badge to the console and add the badge.
use
--showand--quietat the same time:It will still print the badge to the console.
use
--showand--removeat the same time:It will print the badge to the console and remove the badge.
If anything doesn’t meet expectations, please let me know and I’ll make the changes.