Skip to content

Implement FHIR Types in Java

ffe9fe2
Select commit
Loading
Failed to load commit list.
Open

Implement FHIR Types in Java #2989

Implement FHIR Types in Java
ffe9fe2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 9, 2026 in 1s

95.86% (+0.35%) compared to fd65642

View this Pull Request on Codecov

95.86% (+0.35%) compared to fd65642

Details

Codecov Report

❌ Patch coverage is 96.79144% with 6 lines in your changes missing coverage. Please review.
✅ Project coverage is 95.86%. Comparing base (fd65642) to head (ffe9fe2).
⚠️ Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
...les/db/src/blaze/db/impl/search_param/quantity.clj 88.23% 2 Missing ⚠️
modules/fhir-path/src/blaze/fhir_path.clj 94.11% 1 Missing and 1 partial ⚠️
...dules/cql/src/blaze/elm/compiler/reusing_logic.clj 95.00% 0 Missing and 1 partial ⚠️
modules/db/src/blaze/db/node/resource_indexer.clj 75.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2989      +/-   ##
==========================================
+ Coverage   95.50%   95.86%   +0.35%     
==========================================
  Files         401      397       -4     
  Lines       25430    24674     -756     
  Branches      715      634      -81     
==========================================
- Hits        24288    23654     -634     
+ Misses        539      498      -41     
+ Partials      603      522      -81     
Files with missing lines Coverage Δ
modules/admin-api/src/blaze/admin_api.clj 97.05% <100.00%> (ø)
...dules/cql/src/blaze/elm/compiler/external_data.clj 88.80% <100.00%> (+1.39%) ⬆️
...s/cql/src/blaze/elm/compiler/structured_values.clj 89.36% <100.00%> (-1.71%) ⬇️
...ules/cql/src/blaze/elm/compiler/type_operators.clj 88.23% <100.00%> (ø)
modules/cql/src/blaze/elm/ts_util.clj 100.00% <100.00%> (ø)
modules/db/src/blaze/db/impl/search_param.clj 98.88% <100.00%> (-0.02%) ⬇️
modules/db/src/blaze/db/impl/search_param/date.clj 98.25% <100.00%> (ø)
modules/db/src/blaze/db/impl/search_param/near.clj 100.00% <100.00%> (ø)
...dules/db/src/blaze/db/impl/search_param/number.clj 100.00% <100.00%> (ø)
...dules/db/src/blaze/db/impl/search_param/string.clj 98.33% <100.00%> (+1.66%) ⬆️
... and 64 more

... and 21 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.