-
Notifications
You must be signed in to change notification settings - Fork 80
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
backend: (x86) Fix register sets test coverage #3866
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3866 +/- ##
==========================================
- Coverage 91.26% 91.25% -0.01%
==========================================
Files 462 463 +1
Lines 57684 57772 +88
Branches 5566 5572 +6
==========================================
+ Hits 52643 52720 +77
- Misses 3618 3625 +7
- Partials 1423 1427 +4 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM modulo reply from @math-fehr on the exception thing
3adfd30
to
bacfdd7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Happy for this to be merged and leave the discussion about diagnostic flags to later
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry, I didn't see this!
I think the exception is fine!
Thanks we can short out the split after |
This reverts commit 8863a69.
Resolves #2353