Betterment / alchemist

A Flutter tool that makes golden testing easy.
MIT License
268 stars 36 forks source link

fix: render objects not rendering text #98

Closed Kirpal closed 1 year ago

Kirpal commented 1 year ago

Description

Fixes issue on Flutter 3.13 where text drawn by a render object widget was not rendering correctly. Fixes #97

Type of Change

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (0a8b653) 100.00% compared to head (7feac64) 100.00%. Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #98 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 13 13 Lines 559 562 +3 ========================================= + Hits 559 562 +3 ``` | [Files Changed](https://app.codecov.io/gh/Betterment/alchemist/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Betterment) | Coverage Ξ” | | |---|---|---| | [lib/src/blocked\_text\_image.dart](https://app.codecov.io/gh/Betterment/alchemist/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Betterment#diff-bGliL3NyYy9ibG9ja2VkX3RleHRfaW1hZ2UuZGFydA==) | `100.00% <100.00%> (ΓΈ)` | | | [lib/src/golden\_test\_adapter.dart](https://app.codecov.io/gh/Betterment/alchemist/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Betterment#diff-bGliL3NyYy9nb2xkZW5fdGVzdF9hZGFwdGVyLmRhcnQ=) | `100.00% <100.00%> (ΓΈ)` | | | [lib/src/golden\_test\_runner.dart](https://app.codecov.io/gh/Betterment/alchemist/pull/98?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Betterment#diff-bGliL3NyYy9nb2xkZW5fdGVzdF9ydW5uZXIuZGFydA==) | `100.00% <100.00%> (ΓΈ)` | |

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