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: fix a parsing error and turns it into a singleton using enum #6600

Merged
merged 3 commits into from
Feb 24, 2025

chore: changing from enum to class

75e7787
Select commit
Loading
Failed to load commit list.
Merged

fix: fix a parsing error and turns it into a singleton using enum #6600

chore: changing from enum to class
75e7787
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 23, 2025 in 0s

29.11% (+0.06%) compared to 1cc15a2

View this Pull Request on Codecov

29.11% (+0.06%) compared to 1cc15a2

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 29.11%. Comparing base (1cc15a2) to head (75e7787).
Report is 46 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##             master    #6600      +/-   ##
============================================
+ Coverage     29.04%   29.11%   +0.06%     
- Complexity    15180    15295     +115     
============================================
  Files          2837     2837              
  Lines        279411   279718     +307     
  Branches      49188    49286      +98     
============================================
+ Hits          81145    81429     +284     
+ Misses       192886   192820      -66     
- Partials       5380     5469      +89     

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