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

core: Parse module correctly when allow-unregistered-dialect is set #3669

Merged
merged 4 commits into from
Dec 23, 2024

Pass dialect_stack into get_optional_op

f4c6c4d
Select commit
Loading
Failed to load commit list.
Merged

core: Parse module correctly when allow-unregistered-dialect is set #3669

Pass dialect_stack into get_optional_op
f4c6c4d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 23, 2024 in 1s

91.29% (target 1.00%)

View this Pull Request on Codecov

91.29% (target 1.00%)

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.29%. Comparing base (42681e6) to head (f4c6c4d).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #3669   +/-   ##
=======================================
  Coverage   91.29%   91.29%           
=======================================
  Files         466      466           
  Lines       58332    58354   +22     
  Branches     5638     5639    +1     
=======================================
+ Hits        53253    53276   +23     
  Misses       3629     3629           
+ Partials     1450     1449    -1     

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