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

Improves deserialization efficiency for agents. #741

Merged
merged 13 commits into from
Dec 11, 2024

Merge branch 'main' into reuse-deser

3217459
Select commit
Loading
Failed to load commit list.
Merged

Improves deserialization efficiency for agents. #741

Merge branch 'main' into reuse-deser
3217459
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 11, 2024 in 0s

49.23% (-0.15%) compared to c3e09d6

View this Pull Request on Codecov

49.23% (-0.15%) compared to c3e09d6

Details

Codecov Report

Attention: Patch coverage is 28.57143% with 145 lines in your changes missing coverage. Please review.

Project coverage is 49.23%. Comparing base (c3e09d6) to head (3217459).

Files with missing lines Patch % Lines
server/swimos_agent/src/lanes/map/mod.rs 27.55% 71 Missing ⚠️
...r/swimos_agent_derive/src/lane_model_derive/mod.rs 0.00% 57 Missing ⚠️
swimos/tests/deriveagentlanemodel.rs 38.46% 8 Missing ⚠️
server/swimos_agent/src/lib.rs 66.66% 3 Missing ⚠️
server/swimos_agent/src/agent_model/mod.rs 60.00% 2 Missing ⚠️
server/swimos_agent/src/event_handler/mod.rs 75.00% 2 Missing ⚠️
server/swimos_connector/src/generic/mod.rs 77.77% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #741      +/-   ##
==========================================
- Coverage   49.37%   49.23%   -0.15%     
==========================================
  Files         401      402       +1     
  Lines       35004    35124     +120     
==========================================
+ Hits        17284    17294      +10     
- Misses      17720    17830     +110     

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