pinchbv / floor

The typesafe, reactive, and lightweight SQLite abstraction for your Flutter applications
https://pinchbv.github.io/floor/
Apache License 2.0
947 stars 190 forks source link

All test in floor_generator run now #808

Closed hendrikvdkaaden closed 5 months ago

hendrikvdkaaden commented 6 months ago

The command flutter test did not work. To fix this, I updated all the dependencies. After doing this, some problems arose in the fakes.dart and string_extension.dart files, which I also fixed. Additionally, I corrected some tests that were not accurate. To run the tests, you need to use flutter pub run test.

codecov[bot] commented 6 months ago

Codecov Report

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

:exclamation: No coverage uploaded for pull request base (feature/dep_update@84adcdf). Click here to learn what that means.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## feature/dep_update #808 +/- ## ===================================================== Coverage ? 91.92% ===================================================== Files ? 11 Lines ? 223 Branches ? 0 ===================================================== Hits ? 205 Misses ? 18 Partials ? 0 ``` | [Flag](https://app.codecov.io/gh/pinchbv/floor/pull/808/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pinchbv) | Coverage Δ | | |---|---|---| | [floor](https://app.codecov.io/gh/pinchbv/floor/pull/808/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pinchbv) | `91.92% <ø> (?)` | | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=pinchbv#carryforward-flags-in-the-pull-request-comment) to find out more.

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