-
Notifications
You must be signed in to change notification settings - Fork 103
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
Generalized roles so they can be specified under any context/sub-context #687
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #687 +/- ##
=======================================
Coverage 98.49% 98.49%
=======================================
Files 74 74
Lines 9881 9902 +21
Branches 1445 1449 +4
=======================================
+ Hits 9732 9753 +21
Misses 143 143
Partials 6 6 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🐐 Nice test scenario cases! Just a small comment mistake in the test case.
And I'm assuming the removal of $globalRole
is coming soon after.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎸
The next PR will be replacing/removing the idea of "global role" and "context role" with just "role"