-
-
Notifications
You must be signed in to change notification settings - Fork 932
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: address.nearbyGPSCoordinate #876
Conversation
Codecov Report
@@ Coverage Diff @@
## main #876 +/- ##
==========================================
- Coverage 99.42% 99.42% -0.01%
==========================================
Files 1958 1958
Lines 210862 210811 -51
Branches 907 900 -7
==========================================
- Hits 209649 209598 -51
Misses 1156 1156
Partials 57 57
|
It looks like the float values caused massive issues especially since we stacked the calls on those values. Actual Expected That's 96% coverage vs the old ~0.08% @Shinigami92 Anything you want to change/fix here? |
closes #321