-
Notifications
You must be signed in to change notification settings - Fork 117
[feat] Add command line option to exclude tests with a specific tag #2223
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
Conversation
|
I'm nor sure here about the name of the option |
Codecov Report
@@ Coverage Diff @@
## master #2223 +/- ##
=======================================
Coverage 85.54% 85.54%
=======================================
Files 55 55
Lines 9747 9754 +7
=======================================
+ Hits 8338 8344 +6
- Misses 1409 1410 +1
Continue to review full report at Codecov.
|
ekouts
left a comment
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.
Lgtm. I have a small comment but feel free to leave as it is.
vkarak
left a comment
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.
I agree with the comment of @ekouts and I have another minor one.
vkarak
left a comment
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.
I forgot about this, please add the relevant entry in the documentation (man page)
|
I renamed the option to |
Closes #2170