-
Notifications
You must be signed in to change notification settings - Fork 355
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: program indicator aggregation for TEI [DHIS2-13779] #15769
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## master #15769 +/- ##
============================================
- Coverage 66.31% 66.28% -0.04%
- Complexity 31374 31417 +43
============================================
Files 3481 3492 +11
Lines 129925 130164 +239
Branches 15197 15214 +17
============================================
+ Hits 86162 86274 +112
- Misses 36672 36795 +123
- Partials 7091 7095 +4
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 29 files with indirect coverage changes Continue to review 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.
Just a minor comment, as we discussed.
Please let me know when e2e tests are in place.
Thanks!
String function = programIndicatorQueryParts.function(); | ||
String expression = programIndicatorQueryParts.expression(); | ||
|
||
String condition = "1=1"; |
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.
As discussed, would be nice to avoid it.
Kudos, SonarCloud Quality Gate passed! |
No description provided.