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

Package operation updates #486

Merged
merged 46 commits into from
Aug 15, 2024
Merged

Package operation updates #486

merged 46 commits into from
Aug 15, 2024

Conversation

barhodes
Copy link
Contributor

@barhodes barhodes commented Jun 28, 2024

  • Updates and additions to Resource adapters
  • Created generic PackageProcessor that can be used for any resource type
  • Increased test coverage

Copy link

github-actions bot commented Jun 28, 2024

Formatting check succeeded!

Copy link

codecov bot commented Jun 28, 2024

Codecov Report

Attention: Patch coverage is 83.61303% with 332 lines in your changes missing coverage. Please review.

Project coverage is 66.30%. Comparing base (53f16ce) to head (9e3f2cd).
Report is 2 commits behind head on master.

Files Patch % Lines
...cqf/fhir/utility/visitor/dstu3/PackageVisitor.java 71.26% 13 Missing and 12 partials ⚠️
...ds/cqf/fhir/utility/visitor/r4/PackageVisitor.java 71.26% 13 Missing and 12 partials ⚠️
...ds/cqf/fhir/utility/visitor/r5/PackageVisitor.java 71.26% 13 Missing and 12 partials ⚠️
...ava/org/opencds/cqf/fhir/utility/ExpandHelper.java 63.33% 17 Missing and 5 partials ⚠️
...ds/cqf/fhir/utility/adapter/r4/MeasureAdapter.java 81.44% 11 Missing and 7 partials ⚠️
...ds/cqf/fhir/utility/adapter/r5/MeasureAdapter.java 81.44% 11 Missing and 7 partials ⚠️
...fhir/utility/adapter/KnowledgeArtifactAdapter.java 86.59% 11 Missing and 2 partials ⚠️
...encds/cqf/fhir/utility/visitor/PackageVisitor.java 80.00% 8 Missing and 4 partials ⚠️
...cqf/fhir/utility/adapter/dstu3/MeasureAdapter.java 82.53% 7 Missing and 4 partials ⚠️
...utility/adapter/r5/StructureDefinitionAdapter.java 89.79% 8 Missing and 2 partials ⚠️
... and 44 more
Additional details and impacted files
@@              Coverage Diff              @@
##             master     #486       +/-   ##
=============================================
+ Coverage          0   66.30%   +66.30%     
- Complexity        0     3904     +3904     
=============================================
  Files             0      348      +348     
  Lines             0    17576    +17576     
  Branches          0     2715     +2715     
=============================================
+ Hits              0    11653    +11653     
- Misses            0     4747     +4747     
- Partials          0     1176     +1176     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@barhodes barhodes marked this pull request as ready for review August 13, 2024 19:17
@barhodes barhodes merged commit eefcec9 into master Aug 15, 2024
6 checks passed
@barhodes barhodes deleted the package-operation-updates branch August 15, 2024 19:03
@barhodes barhodes linked an issue Aug 20, 2024 that may be closed by this pull request
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.

$package operations should be using the new KnowledgeArtifact visitor
3 participants