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 string representations of parsers #114

Merged
merged 3 commits into from
Oct 31, 2024
Merged

Fix string representations of parsers #114

merged 3 commits into from
Oct 31, 2024

Conversation

drhagen
Copy link
Owner

@drhagen drhagen commented Oct 31, 2024

The reprs of several parsers were not accurate. This fixes them.

  • TransformationParser
  • ConversionParser
  • RegexParser

@codecov-commenter
Copy link

codecov-commenter commented Oct 31, 2024

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (1c3e000) to head (0cb38b7).
Report is 1 commits behind head on master.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #114   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           25        25           
  Lines          795       798    +3     
  Branches        87        87           
=========================================
+ Hits           795       798    +3     

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

@drhagen drhagen merged commit 6bb1ce8 into master Oct 31, 2024
8 checks passed
@drhagen drhagen deleted the conversion-repr branch October 31, 2024 01:33
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.

2 participants