Closed HarelM closed 4 weeks ago
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 90.83%. Comparing base (
82dd0dd
) to head (1b733ae
).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Fixes #2046 by moving the logic out of the component to a service that binds both device orientation and geo location. This was on my mind for a long time and the bug below surfaced the need to do it. This also adds tests to these parts of the code that were previously untested.
2046