-
-
Notifications
You must be signed in to change notification settings - Fork 52
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
Update task patterns #257
Update task patterns #257
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## develop #257 +/- ##
===========================================
+ Coverage 77.20% 77.31% +0.11%
===========================================
Files 60 60
Lines 1750 1750
===========================================
+ Hits 1351 1353 +2
+ Misses 399 397 -2 ☔ View full report in Codecov by Sentry. |
Actually I like the approach, because it will make it task searching more flexible. I will update minor version because of this PR, Since it might break apps that were using custom |
I still have to make some corrections in |
Also, can you make |
Sure, done :-). I added some tests and believe that the PR is ready for review. |
Thank you very much for your contributions. |
Closes #256.
As per #256, i changed the
rglob
pattern search toglob
and added a possibility to specify--tasks-pattern
option multiple times.