posit-dev / great-tables

Make awesome display tables using Python.
https://posit-dev.github.io/great-tables/
MIT License
1.42k stars 48 forks source link

Fix fmt_image erroring on missing values #329

Closed machow closed 1 month ago

machow commented 1 month ago

This PR fixes a bug, where fmt_image errored on missing values.

codecov-commenter commented 1 month ago

Codecov Report

Attention: Patch coverage is 80.00000% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 83.44%. Comparing base (435c8ad) to head (f3c2b6f).

Files Patch % Lines
great_tables/_formats.py 80.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #329 +/- ## ========================================== + Coverage 83.43% 83.44% +0.01% ========================================== Files 41 41 Lines 4287 4290 +3 ========================================== + Hits 3577 3580 +3 Misses 710 710 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.