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

Take all configuration via an explicit ParseConfig object #385

Merged
merged 1 commit into from
Mar 23, 2025

Conversation

jodal
Copy link
Owner

@jodal jodal commented Mar 23, 2025

Pass the config object to all parsers instead of passing around a growing set of keyword arguments.

Breaking change

@jodal jodal force-pushed the push-tylvszzmxvkz branch 4 times, most recently from 3c25992 to 5885bb3 Compare March 23, 2025 22:32
To be passed around to all parsers instead of a growing set of keyword
arguments.
@jodal jodal force-pushed the push-tylvszzmxvkz branch from 5885bb3 to 7d6d4e3 Compare March 23, 2025 22:34
Copy link

codecov bot commented Mar 23, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (b3a3773) to head (7d6d4e3).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #385   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           15        16    +1     
  Lines         1059      1076   +17     
  Branches       106       110    +4     
=========================================
+ Hits          1059      1076   +17     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jodal jodal changed the title Extract a ParseConfig object Take all configuration via an explicit ParseConfig object Mar 23, 2025
@jodal jodal merged commit 46bb26f into main Mar 23, 2025
13 checks passed
@jodal jodal deleted the push-tylvszzmxvkz branch March 23, 2025 22:35
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.

1 participant