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

Enhance the test coverage #339

Closed jrycw closed 1 month ago

jrycw commented 1 month ago

This PR tries to enhance our test coverage.

codecov-commenter commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 85.61%. Comparing base (7eae1f2) to head (bc868dd). Report is 37 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #339 +/- ## ========================================== + Coverage 83.51% 85.61% +2.09% ========================================== Files 41 41 Lines 4308 4317 +9 ========================================== + Hits 3598 3696 +98 + Misses 710 621 -89 ```

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

jrycw commented 1 month ago

Thanks for sharing this tip with me. Actually, there are times when I get confused about why the formatter doesn't perform as I expected, but now I understand the reason.

machow commented 1 month ago

Thanks again for this---this kind of stuff is so helpful!