-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Don't skip configured matchers for exact file names #5582
Conversation
59dfabd
to
8a109bf
Compare
Codecov Report
@@ Coverage Diff @@
## master #5582 +/- ##
==========================================
+ Coverage 60.63% 60.73% +0.09%
==========================================
Files 213 213
Lines 7311 7299 -12
Branches 3 3
==========================================
Hits 4433 4433
+ Misses 2877 2865 -12
Partials 1 1
Continue to review full report at Codecov.
|
CI is unhappy |
Thanks @cpojer, fixed |
Thanks for doing this! |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
This PR partially reverts #3882 so that we don't skip unmatched test paths from CLI
See previous:
Closes #5527
Test plan
I left the integrations tests that were there but reworded them and added a case
Without this change, the second case will fail