-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add Rule Identifier to RuleSlot #83
Conversation
Please consider the following TODOs:
|
TS builds and interface has been fixed. In the Documentation some mention has been added for it. |
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.
Thx for your contribution.
I only found 2 minor things 😉
Those two minor things are corrected and should be ready to be merged. Thank you! |
The Failing CI Testing seems to be a permissions issue: |
As seen in #83, code coverage upload as a comment in the PR doesn't work if the PR is opened by someone without direct write access to this repository. This is due to a [limitation in Github Actions](https://github.saobby.my.eu.orgmunity/t/github-actions-are-severely-limited-on-prs/18179#M9249).
The test itself is fine and passes. The Github action pipeline fails because it can't upload the code coverage report (which is supposed to show up as a comment here). Apparently, I assumed this will "just work" regardless if I or someone else will open a PR. This is a fundamental problem with Github itself... I've removed the coverage report action as it will only work if I open the PR by myself :/ In any case - thank you very much for you contribution 🙏 |
This PR adds the ruleIdentifier to the RuleSlot Props to cleraly identify the exact rule that is being used. Related to Issue #81