-
Notifications
You must be signed in to change notification settings - Fork 2
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
Specify tags in decorator #57
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #57 +/- ##
==========================================
+ Coverage 96.70% 96.86% +0.15%
==========================================
Files 5 5
Lines 395 415 +20
Branches 56 37 -19
==========================================
+ Hits 382 402 +20
Misses 5 5
Partials 8 8 ☔ View full report in Codecov by Sentry. |
Co-authored-by: Sam Bull <aa6bs0@sambull.org>
I think the last commit matches the requested changes, let me know if it fits |
Thanks a lot for that. |
Forgot the docs. If you have a moment to send a followup PR to add the parameter to the docs, that'd be great. |
What do these changes do?
Allow to specify tags in the decorator:
Are there changes in behavior for the user?
If tags is not specified the behavior is the same, when it is the paths will be grouped
Checklist
If there's interest I don't mind adding tests add documentation