-
Notifications
You must be signed in to change notification settings - Fork 50
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
Hidden segments #2480
Hidden segments #2480
Conversation
337010e
to
c6f06b1
Compare
c6f06b1
to
5b682cb
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2480 +/- ##
==========================================
+ Coverage 86.17% 86.27% +0.10%
==========================================
Files 376 376
Lines 23507 23507
==========================================
+ Hits 20256 20280 +24
+ Misses 3251 3227 -24
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -271,6 +271,31 @@ pub fn translate( | |||
}) | |||
} | |||
|
|||
/// Extract an expression only involving some labels it it's an AND subset of the total expression |
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.
/// Extract an expression only involving some labels it it's an AND subset of the total expression | |
/// Extract an expression only involving some labels and it's an AND subset of the total expression |
(not sure)
Description
Describe the proposed changes made in this PR.
How was this PR tested?
Describe how you tested this PR.