Closed muktihari closed 2 months ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
f83b3c9
) to head (acfe055
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Previously, we only accumulate Record's
distance
, but in reality, messages may have fields requires accumulation as well, such as Record'saccumulated_power
. We should dynamically find and accumulates those values.