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: program indicator aggregation for TEI [DHIS2-13779] #15769

Merged
merged 5 commits into from
Nov 27, 2023

Conversation

gnespolino
Copy link
Contributor

No description provided.

Copy link

codecov bot commented Nov 24, 2023

Codecov Report

Merging #15769 (7223cd0) into master (6971c94) will decrease coverage by 0.04%.
Report is 9 commits behind head on master.
The diff coverage is 0.00%.

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     
Flag Coverage Δ
integration 50.01% <0.00%> (-0.05%) ⬇️
integration-h2 32.34% <0.00%> (-0.05%) ⬇️
unit 30.30% <0.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...ext/querybuilder/ProgramIndicatorQueryBuilder.java 0.92% <0.00%> (-0.09%) ⬇️

... and 29 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 469dc9a...7223cd0. Read the comment docs.

Copy link
Contributor

@maikelarabori maikelarabori left a 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";
Copy link
Contributor

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.

@gnespolino gnespolino enabled auto-merge (squash) November 27, 2023 13:02
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

@gnespolino gnespolino merged commit abcd608 into master Nov 27, 2023
14 checks passed
@gnespolino gnespolino deleted the DHIS2-13779_TEI_PI_aggregation branch November 27, 2023 14:11
@maikelarabori maikelarabori added run-api-analytics-tests Enables analytics e2e tests and removed run-api-analytics-tests Enables analytics e2e tests labels Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants