-
Notifications
You must be signed in to change notification settings - Fork 122
Add filter to Item and Collection get_assets
method
#936
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
Add filter to Item and Collection get_assets
method
#936
Conversation
get_assets
method
Codecov ReportBase: 94.37% // Head: 94.38% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #936 +/- ##
==========================================
+ Coverage 94.37% 94.38% +0.01%
==========================================
Files 83 83
Lines 12015 12055 +40
Branches 1136 1143 +7
==========================================
+ Hits 11339 11378 +39
Misses 496 496
- Partials 180 181 +1
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
Co-authored-by: Pete Gadomski <pete.gadomski@gmail.com>
Related Issue(s):
#873
Description:
Adds ability to filter Item and Collection Assets by media_type and role via
get_assets()
method.PR Checklist:
pre-commit run --all-files
)scripts/test
)