google / fhir-data-pipes

A collection of tools for extracting FHIR resources and analytics services on top of that data.
https://google.github.io/fhir-data-pipes/
Apache License 2.0
141 stars 80 forks source link

Pipeline scaling: In progress #1051

Open jakubadamek opened 1 month ago

jakubadamek commented 1 month ago

Description of what I changed

E2E test

TESTED:

Please replace this with a description of how you tested your PR beyond the automated e2e/unit tests.

Checklist: I completed these to help reviewers :)

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 37.50000% with 5 lines in your changes missing coverage. Please review.

Project coverage is 51.94%. Comparing base (9bfd5d9) to head (5b3f133). Report is 18 commits behind head on master.

Files Patch % Lines
...c/main/java/com/google/fhir/analytics/FhirEtl.java 0.00% 2 Missing :warning:
...le/fhir/analytics/model/DatabaseConfiguration.java 0.00% 2 Missing :warning:
...a/com/google/fhir/analytics/FetchSearchPageFn.java 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1051 +/- ## ============================================ + Coverage 50.49% 51.94% +1.44% + Complexity 674 654 -20 ============================================ Files 91 89 -2 Lines 5519 5396 -123 Branches 709 708 -1 ============================================ + Hits 2787 2803 +16 + Misses 2470 2330 -140 - Partials 262 263 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.