bmw-tech / atlas

An Extensible Map Abstraction for Flutter
https://bmw-tech.github.io/atlas/
MIT License
110 stars 19 forks source link

Improve how we compare "points" on the property in Polyline. #163

Closed kelryazevedo closed 8 months ago

kelryazevedo commented 8 months ago

We are fixing the way to compare the object polyline operator because the old way does not work for points because points are other Object LatLng and we need to check they equal, properties to properties.

codecov-commenter commented 8 months ago

Codecov Report

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

Comparison is base (fbc5cbe) 100.00% compared to head (f1274dc) 100.00%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #163 +/- ## ========================================== Coverage 100.00% 100.00% ========================================== Files 28 4 -24 Lines 472 146 -326 ========================================== - Hits 472 146 -326 ``` | [Flag](https://app.codecov.io/gh/bmw-tech/atlas/pull/163/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bmw-tech) | Coverage Δ | | |---|---|---| | [atlas](https://app.codecov.io/gh/bmw-tech/atlas/pull/163/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bmw-tech) | `?` | | | [google_atlas](https://app.codecov.io/gh/bmw-tech/atlas/pull/163/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=bmw-tech) | `100.00% <ø> (ø)` | | 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=bmw-tech#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.