Skip to content

Implement FHIR Types in Java

0d55bd9
Select commit
Loading
Failed to load commit list.
Draft

Implement FHIR Types in Java #2989

Implement FHIR Types in Java
0d55bd9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 30, 2025 in 1s

95.87% (+0.36%) compared to 538bfeb

View this Pull Request on Codecov

95.87% (+0.36%) compared to 538bfeb

Details

Codecov Report

❌ Patch coverage is 95.56213% with 15 lines in your changes missing coverage. Please review.
✅ Project coverage is 95.87%. Comparing base (538bfeb) to head (0d55bd9).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...odules/fhir-structure/src/blaze/fhir/spec/impl.clj 92.50% 1 Missing and 2 partials ⚠️
...es/fhir-structure/src/blaze/fhir/spec/resource.clj 96.66% 1 Missing and 2 partials ⚠️
...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 ⚠️
...es/fhir-structure/src/blaze/fhir/spec/impl/xml.clj 83.33% 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 ⚠️
modules/fhir-structure/src/blaze/fhir/spec.clj 87.50% 0 Missing and 1 partial ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2989      +/-   ##
==========================================
+ Coverage   95.50%   95.87%   +0.36%     
==========================================
  Files         403      399       -4     
  Lines       25438    24659     -779     
  Branches      715      632      -83     
==========================================
- Hits        24295    23641     -654     
+ Misses        539      497      -42     
+ Partials      604      521      -83     
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 83 more

... and 6 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.