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

refactor(ini): simplify parse() #6512

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

Conversation

timreichen
Copy link
Contributor

This PR moves all parser functionality from IniMap into the parse() function.
There is a load of unnecessary overhead generated the way parse() works in IniMap.

Copy link

codecov bot commented Mar 25, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.34%. Comparing base (68a8460) to head (493f3c7).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6512      +/-   ##
==========================================
+ Coverage   95.08%   95.34%   +0.25%     
==========================================
  Files         576      575       -1     
  Lines       43337    43127     -210     
  Branches     6466     6455      -11     
==========================================
- Hits        41208    41119      -89     
+ Misses       2089     1968     -121     
  Partials       40       40              

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@timreichen timreichen requested a review from kt3k April 1, 2025 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants