Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix an issue where cli.FlagCount wasn't being parsed correctly #116

Merged
merged 1 commit into from
Nov 17, 2024

Conversation

FollowTheProcess
Copy link
Owner

@FollowTheProcess FollowTheProcess commented Nov 17, 2024

Summary

Fixes an issue where a flag of type cli.FlagCount wasn't being parsed correctly, and adds tests that would have caught this

Before

image

After

image

@FollowTheProcess FollowTheProcess added the bug Something isn't working label Nov 17, 2024
Copy link

codecov bot commented Nov 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.55%. Comparing base (6360e79) to head (46b3357).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #116   +/-   ##
=======================================
  Coverage   91.55%   91.55%           
=======================================
  Files           7        7           
  Lines        1290     1290           
=======================================
  Hits         1181     1181           
  Misses         77       77           
  Partials       32       32           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@FollowTheProcess FollowTheProcess marked this pull request as ready for review November 17, 2024 09:09
@FollowTheProcess FollowTheProcess merged commit 59bda57 into main Nov 17, 2024
9 checks passed
@FollowTheProcess FollowTheProcess deleted the fix/formatting-issue-with-count branch November 17, 2024 09:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant