-
Notifications
You must be signed in to change notification settings - Fork 32
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: make inclusion to the test case list based on matching tags #317
Conversation
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.
Thanks for the PR! I like it. Pretty much what I had in mind.
Use tags to narrow down test cases to those labeled with strings matching the regex passed as a config parameter.
A small detail: please do not amend commits while reviews are ongoing. It makes reviewing much harder because it's unclear what changed between the original review and the following updates. |
Rename `tag` with include_tags Co-authored-by: Max Leske <[email protected]>
Thanks for the head-up. I am accustomed to the Gitlab which manages to distinguish the code changes between version, if it is rebased. |
Thanks! |
Refs #296 |
Use tags to narrow down test cases to those labeled with strings matching the regex passed as a config parameter.