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

Fix Extended Instant #984

Merged
merged 1 commit into from
May 6, 2023
Merged

Fix Extended Instant #984

merged 1 commit into from
May 6, 2023

Conversation

alexanderkiel
Copy link
Member

@alexanderkiel alexanderkiel commented May 5, 2023

ExtendedInstant could not handle null values. So it wasn't possible to import resources with instants without a value. I added transaction tests with a diagnostic report containing an issued instant.

ExtendedInstant could not handle null values. I added transaction tests
with a diagnostic report containing an issued instant.
@alexanderkiel alexanderkiel self-assigned this May 5, 2023
@alexanderkiel alexanderkiel added bug Something isn't working module:fhir-structure labels May 5, 2023
@alexanderkiel alexanderkiel added this to the v0.20.5 milestone May 5, 2023
@codecov
Copy link

codecov bot commented May 5, 2023

Codecov Report

Merging #984 (2f82a0e) into develop (e43d296) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #984   +/-   ##
========================================
  Coverage    94.12%   94.13%           
========================================
  Files          238      238           
  Lines        15233    15237    +4     
  Branches       380      379    -1     
========================================
+ Hits         14338    14343    +5     
  Misses         515      515           
+ Partials       380      379    -1     
Impacted Files Coverage Δ
...dules/rest-api/src/blaze/rest_api/capabilities.clj 96.29% <ø> (ø)
...laze/db/impl/index/search_param_value_resource.clj 100.00% <100.00%> (ø)
modules/db/src/blaze/db/impl/search_param/date.clj 97.50% <100.00%> (-0.07%) ⬇️
...odules/fhir-structure/src/blaze/fhir/spec/type.clj 86.33% <100.00%> (+0.04%) ⬆️

... and 1 file with indirect coverage changes

@alexanderkiel alexanderkiel merged commit a14ee8d into develop May 6, 2023
127 checks passed
@alexanderkiel alexanderkiel deleted the fix-extended-instant branch May 6, 2023 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working module:fhir-structure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant