Skip to content
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

feat(card): support custom renderImage functions for Card #730

Merged
merged 1 commit into from
Jul 12, 2023

feat: support custom renderImage functions for Card

b6a5c87
Select commit
Loading
Failed to load commit list.
Merged

feat(card): support custom renderImage functions for Card #730

feat: support custom renderImage functions for Card
b6a5c87
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Jul 12, 2023 in 0s

99.53% (-0.02%) compared to 7461173

View this Pull Request on Codecov

99.53% (-0.02%) compared to 7461173

Details

Codecov Report

Patch coverage: 99.77% and project coverage change: -0.02 ⚠️

Comparison is base (7461173) 99.54% compared to head (b6a5c87) 99.53%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #730      +/-   ##
==========================================
- Coverage   99.54%   99.53%   -0.02%     
==========================================
  Files         163      166       +3     
  Lines        6621     6865     +244     
  Branches      401      420      +19     
==========================================
+ Hits         6591     6833     +242     
- Misses         30       32       +2     
Impacted Files Coverage Δ
src/components/Dropdown/Dropdown.tsx 99.22% <99.41%> (-0.78%) ⬇️
src/components/Button/Button.tsx 100.00% <100.00%> (ø)
src/components/Button/ButtonBase.tsx 100.00% <100.00%> (ø)
src/components/Button/theme.ts 100.00% <100.00%> (ø)
src/components/Card/Card.tsx 100.00% <100.00%> (ø)
src/components/Carousel/Carousel.tsx 99.02% <100.00%> (+0.06%) ⬆️
src/components/DarkThemeToggle/DarkThemeToggle.tsx 100.00% <100.00%> (ø)
src/components/Dropdown/DropdownItem.tsx 100.00% <100.00%> (ø)
src/components/Dropdown/theme.ts 100.00% <100.00%> (ø)
src/components/Floating/Floating.tsx 100.00% <100.00%> (ø)
... and 8 more

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.