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

✨ feat: support package access level #78

Merged
merged 3 commits into from
Dec 31, 2023
Merged

✨ feat: support package access level #78

merged 3 commits into from
Dec 31, 2023

Conversation

MarcoEidinger
Copy link
Owner

New access modifier package was introduced in Swift 5.9 (SE-0386).

With this PR it will be possible to specify if SwiftPlantUML shall render symbols with this access modifier.

Symbols with package access level will be visualized the same as symobls with internal access level.

Copy link

codecov bot commented Dec 31, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (274d46c) 94.53% compared to head (87907cc) 94.56%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #78      +/-   ##
==========================================
+ Coverage   94.53%   94.56%   +0.02%     
==========================================
  Files          25       25              
  Lines         952      956       +4     
==========================================
+ Hits          900      904       +4     
  Misses         52       52              

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

@MarcoEidinger MarcoEidinger merged commit d4d8be5 into main Dec 31, 2023
6 checks passed
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.

1 participant