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

Ensure abstract classes are set to retrievable = false in ModelInfo. #533

Merged
merged 1 commit into from
Aug 26, 2024

Conversation

lukedegruchy
Copy link
Contributor

@lukedegruchy lukedegruchy commented Aug 23, 2024

Ensure abstract classes are set to retrievable = false in ModelInfo.

Description

Ensure StructureDefinitions with abstract result in the corresponding ModelInfo class having retrievable = false.

By creating this PR you acknowledge that your contribution will be licensed under Apache 2.0

Copy link

codecov bot commented Aug 23, 2024

Codecov Report

Attention: Patch coverage is 0% with 5 lines in your changes missing coverage. Please review.

Project coverage is 21.85%. Comparing base (6dd2f5c) to head (02d57ae).
Report is 1 commits behind head on master.

Files Patch % Lines
...pencds/cqf/tooling/modelinfo/ClassInfoBuilder.java 0.00% 5 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #533      +/-   ##
============================================
- Coverage     21.85%   21.85%   -0.01%     
  Complexity     1673     1673              
============================================
  Files           297      297              
  Lines         25390    25392       +2     
  Branches       4005     4004       -1     
============================================
  Hits           5550     5550              
- Misses        18920    18922       +2     
  Partials        920      920              

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

@JPercival JPercival merged commit eb2ec44 into master Aug 26, 2024
4 checks passed
@JPercival JPercival deleted the ld-20240823-abstract-class-retrieveable-false branch August 26, 2024 15:18
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.

3 participants