-
Notifications
You must be signed in to change notification settings - Fork 323
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
Only load completed map metrics by default #3409
Conversation
This pull request was exported from Phabricator. Differential Revision: D70012386 |
Summary: This commit ensures that the `Adapter`only loads completed map metrics by default. This makes sure that any method (not-necessarily map-data aware) can be applied by default. Reviewed By: dme65 Differential Revision: D70012386
f341c17
to
7e25077
Compare
This pull request was exported from Phabricator. Differential Revision: D70012386 |
7e25077
to
810e487
Compare
Summary: This commit ensures that the `Adapter`only loads completed map metrics by default. This makes sure that any method (not-necessarily map-data aware) can be applied by default. Reviewed By: dme65 Differential Revision: D70012386
This pull request was exported from Phabricator. Differential Revision: D70012386 |
Summary: This commit ensures that the `Adapter`only loads completed map metrics by default. This makes sure that any method (not-necessarily map-data aware) can be applied by default. Reviewed By: dme65, saitcakmak Differential Revision: D70012386
810e487
to
13b7ed0
Compare
This pull request was exported from Phabricator. Differential Revision: D70012386 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3409 +/- ##
==========================================
- Coverage 95.99% 95.98% -0.01%
==========================================
Files 539 539
Lines 52794 52797 +3
==========================================
+ Hits 50677 50678 +1
- Misses 2117 2119 +2 ☔ View full report in Codecov by Sentry. |
This pull request has been merged in 7c2788f. |
Summary: This commit ensures that the
Adapter
only loads completed map metrics by default. This makes sure that any method (not-necessarily map-data aware) can be applied by default.Differential Revision: D70012386