victoryforphil / lil-hopps

Small rust-powered quadcopter stack. (Visualizer, Simulation, Firmware, Messaging)
GNU General Public License v3.0
5 stars 0 forks source link

[DataBroker Rewrite] Parent PR #23

Closed victoryforphil closed 5 months ago

victoryforphil commented 7 months ago

Stack

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 76.76266% with 702 lines in your changes are missing coverage. Please review.

Project coverage is 77.00%. Comparing base (1d68f2f) to head (12db8ff). Report is 10 commits behind head on main.

:exclamation: Current head 12db8ff differs from pull request most recent head 5e7fff8

Please upload reports for the commit 5e7fff8 to get more accurate results.

Files Patch % Lines
lil-broker/src/datapoint/primatives.rs 20.00% 72 Missing :warning:
lil-sym/src/runner/mod.rs 0.00% 68 Missing :warning:
lil-sym/src/simulation.rs 0.00% 67 Missing :warning:
lil-sym/src/actors/uav_actor.rs 0.00% 51 Missing :warning:
lil-broker/src/database/query/get_latest.rs 87.21% 39 Missing :warning:
lil-sym/src/main.rs 0.00% 38 Missing :warning:
lil-sym/src/actors/world_actor.rs 0.00% 31 Missing :warning:
lil-sym/src/context.rs 0.00% 31 Missing :warning:
lil-viz/src/dataview/rerun/mod.rs 71.42% 30 Missing :warning:
lil-quad/src/main.rs 0.00% 29 Missing :warning:
... and 25 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #23 +/- ## =========================================== - Coverage 96.44% 77.00% -19.44% =========================================== Files 17 48 +31 Lines 787 3157 +2370 Branches 787 0 -787 =========================================== + Hits 759 2431 +1672 - Misses 25 726 +701 + Partials 3 0 -3 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.