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

FM2-481: Clean up parameter passing for Condition Service Search #510

Merged
merged 2 commits into from
Jul 24, 2023

remove unnecessary check during search

f3b4e90
Select commit
Loading
Failed to load commit list.
Merged

FM2-481: Clean up parameter passing for Condition Service Search #510

remove unnecessary check during search
f3b4e90
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 23, 2023 in 0s

77.20% (-0.04%) compared to 42b8c45

View this Pull Request on Codecov

77.20% (-0.04%) compared to 42b8c45

Details

Codecov Report

Patch coverage: 87.10% and project coverage change: -0.04 ⚠️

Comparison is base (42b8c45) 77.24% compared to head (f3b4e90) 77.20%.

Additional details and impacted files
@@             Coverage Diff              @@
##             master     #510      +/-   ##
============================================
- Coverage     77.24%   77.20%   -0.04%     
- Complexity     2648     2672      +24     
============================================
  Files           246      249       +3     
  Lines          7426     7464      +38     
  Branches        911      911              
============================================
+ Hits           5736     5762      +26     
- Misses         1142     1151       +9     
- Partials        548      551       +3     
Impacted Files Coverage Δ
.../fhir2/api/search/param/ConditionSearchParams.java 82.61% <82.61%> (ø)
...e/fhir2/api/impl/FhirConditionServiceImpl_2_2.java 77.78% <100.00%> (-10.46%) ⬇️
...odule/fhir2/api/impl/FhirConditionServiceImpl.java 77.78% <100.00%> (-9.72%) ⬇️
...r2/providers/r3/ConditionFhirResourceProvider.java 76.19% <100.00%> (ø)
...r2/providers/r4/ConditionFhirResourceProvider.java 60.87% <100.00%> (ø)

... and 9 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.