hapifhir / hapi-fhir

🔥 HAPI FHIR - Java API for HL7 FHIR Clients and Servers
http://hapifhir.io
Apache License 2.0
2.04k stars 1.33k forks source link

6404 lucene fulltext search fix #6453

Open TipzCM opened 2 weeks ago

TipzCM commented 2 weeks ago

closes #6404

github-actions[bot] commented 2 weeks ago

This Pull Request has failed the formatting check

Please run mvn spotless:apply or mvn clean install -DskipTests to fix the formatting issues.

You can automate this auto-formatting process to execute on the git pre-push hook, by installing pre-commit and then calling pre-commit install --hook-type pre-push. This will cause formatting to run automatically whenever you push.

codecov[bot] commented 2 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 83.58%. Comparing base (406db33) to head (78e4eee). Report is 94 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #6453 +/- ## ============================================ + Coverage 83.54% 83.58% +0.04% - Complexity 27432 27821 +389 ============================================ Files 1707 1743 +36 Lines 106185 107754 +1569 Branches 13397 13522 +125 ============================================ + Hits 88710 90065 +1355 - Misses 11750 11896 +146 - Partials 5725 5793 +68 ```

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