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: Incorrect handling of methods in Arg.parse. #178

Merged
merged 1 commit into from
Nov 12, 2024
Merged

Conversation

DanCardin
Copy link
Owner

Fixes #176

@DanCardin DanCardin marked this pull request as ready for review November 12, 2024 15:56
Copy link

codecov bot commented Nov 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (721687a) to head (3868127).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #178   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           25        25           
  Lines         2232      2238    +6     
  Branches       483       483           
=========================================
+ Hits          2232      2238    +6     

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

@DanCardin DanCardin merged commit 4785ce2 into main Nov 12, 2024
10 checks passed
@DanCardin DanCardin deleted the dc/method-parse branch November 12, 2024 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug: Dep injection error when using bound method for parsing
1 participant