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: update fhir-converter to dotnet 8 #3080

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

mcmcgrath13
Copy link
Collaborator

@mcmcgrath13 mcmcgrath13 commented Dec 18, 2024

PULL REQUEST

Summary

Pull in latest updates from upstream Microsoft FHIR Converter, including updgrade to dotnet 8, which requires updating the dockerfile for the service. Corresponds to skylight-hq/FHIR-Converter#25

Related Issue

Fixes #3060

Copy link

codecov bot commented Dec 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.63%. Comparing base (7b7e8be) to head (a3e33b5).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3080      +/-   ##
==========================================
- Coverage   86.54%   84.63%   -1.91%     
==========================================
  Files         215      160      -55     
  Lines       13432     9341    -4091     
  Branches      668      666       -2     
==========================================
- Hits        11625     7906    -3719     
+ Misses       1798     1426     -372     
  Partials        9        9              
Flag Coverage Δ
ecr-viewer 88.82% <ø> (ø)
fhir-converter 78.83% <ø> (ø)
ingestion 64.08% <ø> (ø)
message-parser 96.53% <ø> (ø)
message-refiner 92.85% <ø> (ø)
orchestration ?
record-linkage ?
trigger-code-reference ?
validation 90.10% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

see 60 files with indirect coverage changes


# Download FHIR-Converter
RUN git clone https://github.com/skylight-hq/FHIR-Converter.git --branch v7.0-skylight-18 --single-branch /build/FHIR-Converter
RUN git clone https://github.com/skylight-hq/FHIR-Converter.git --branch mcm/dotnet-8 --single-branch /build/FHIR-Converter
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

todo: update to release version before merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update FHIR Converter to dotnet 8
1 participant