-
-
Notifications
You must be signed in to change notification settings - Fork 536
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
Allow image panes to be used for avatars #5870
Conversation
ahuang11
commented
Nov 14, 2023
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5870 +/- ##
=======================================
Coverage 83.99% 83.99%
=======================================
Files 290 290
Lines 42400 42411 +11
=======================================
+ Hits 35612 35624 +12
+ Misses 6788 6787 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
Maybe this should be Line 39 in 34df686
|
Thanks @AlbertDeFusco for reviewing. I just removed it since it's not used anywhere and param cannot accept |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks correct to me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks for providing review @AlbertDeFusco !