Skip to content
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

Abstracts MapStore and MapLane over the underlying map implementation. #739

Merged
merged 16 commits into from
Dec 10, 2024

Merge branch 'main' into flexible-maps

650a0c8
Select commit
Loading
Failed to load commit list.
Merged

Abstracts MapStore and MapLane over the underlying map implementation. #739

Merge branch 'main' into flexible-maps
650a0c8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 10, 2024 in 0s

49.38% (+0.02%) compared to 22693a8

View this Pull Request on Codecov

49.38% (+0.02%) compared to 22693a8

Details

Codecov Report

Attention: Patch coverage is 47.33728% with 89 lines in your changes missing coverage. Please review.

Project coverage is 49.38%. Comparing base (22693a8) to head (650a0c8).

Files with missing lines Patch % Lines
...r/swimos_agent_derive/src/agent_lifecycle/model.rs 0.00% 49 Missing ⚠️
...r/swimos_agent_derive/src/lane_model_derive/mod.rs 0.00% 23 Missing ⚠️
server/swimos_agent/src/map_storage/mod.rs 86.84% 5 Missing ⚠️
...swimos_agent_derive/src/lane_model_derive/model.rs 0.00% 5 Missing ⚠️
...er/swimos_agent/src/agent_lifecycle/utility/mod.rs 0.00% 2 Missing ⚠️
...r/swimos_agent/src/lanes/map/lifecycle/on_clear.rs 0.00% 2 Missing ⚠️
.../swimos_agent/src/lanes/map/lifecycle/on_remove.rs 0.00% 2 Missing ⚠️
...ver/swimos_agent_derive/src/agent_lifecycle/mod.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #739      +/-   ##
==========================================
+ Coverage   49.35%   49.38%   +0.02%     
==========================================
  Files         401      401              
  Lines       34994    35009      +15     
==========================================
+ Hits        17272    17289      +17     
+ Misses      17722    17720       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.