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

[APHL-954] recursive action check #468

Merged
merged 12 commits into from
May 31, 2024
Merged

Conversation

TahaAttari
Copy link
Collaborator

No description provided.

Copy link

github-actions bot commented May 30, 2024

Formatting check succeeded!

Copy link

codecov bot commented May 30, 2024

Codecov Report

Attention: Patch coverage is 89.09091% with 18 lines in your changes are missing coverage. Please review.

Project coverage is 62.00%. Comparing base (1cb69aa) to head (b5c7fc7).

Files Patch % Lines
...fhir/utility/adapter/r5/PlanDefinitionAdapter.java 89.55% 6 Missing and 1 partial ⚠️
...fhir/utility/adapter/r4/PlanDefinitionAdapter.java 90.47% 5 Missing and 1 partial ⚠️
...r/utility/adapter/dstu3/PlanDefinitionAdapter.java 90.90% 2 Missing and 1 partial ⚠️
...ility/visitor/KnowledgeArtifactReleaseVisitor.java 0.00% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master     #468      +/-   ##
============================================
+ Coverage     61.13%   62.00%   +0.87%     
- Complexity     3466     3548      +82     
============================================
  Files           328      328              
  Lines         17539    17564      +25     
  Branches       2703     2707       +4     
============================================
+ Hits          10722    10891     +169     
+ Misses         5609     5464     -145     
- Partials       1208     1209       +1     

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

Copy link
Contributor

@barhodes barhodes left a comment

Choose a reason for hiding this comment

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

Seems like we should be looking at action.definition to ensure we get all possible dependencies. Are those being handled elsewhere? Test coverage in these classes is a bit low. Would be grand to add a few more tests.

@TahaAttari
Copy link
Collaborator Author

Yes, good catch 🙏🏾 we should be checking for action.definitionCanonical 👍🏾 I'll make the update

@TahaAttari TahaAttari requested a review from barhodes May 30, 2024 22:36
@barhodes barhodes merged commit 6bd7352 into master May 31, 2024
7 checks passed
@barhodes barhodes deleted the aphl-954-recursive-action-check branch May 31, 2024 14:13
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.

None yet

3 participants