-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
--exclude-filter
CLI option for excluding tests from execution
#5629
--exclude-filter
CLI option for excluding tests from execution
#5629
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #5629 +/- ##
============================================
+ Coverage 89.02% 89.07% +0.05%
- Complexity 6393 6405 +12
============================================
Files 682 684 +2
Lines 20312 20353 +41
============================================
+ Hits 18083 18130 +47
+ Misses 2229 2223 -6 ☔ View full report in Codecov by Sentry. |
I'll add all these tests, missed a big thing :D |
Pull request for: #5467 |
a0d23d0
to
478193b
Compare
--exclude-filter
CLI option for excluding tests from execution
Hi, I hope you will consider this, i added the --exclude-filter with everything that goes with it.
I even made the reverse logic for data provider selection, I think it doesnt make sense to have it but I leave it for you to decide.
Please give me any suggestions if you have them, and I'm willing to help with other stuff if you need me.
Thanks.