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

fix: fitactivity combine should accumulate all the accumulable values #453

Merged
merged 1 commit into from
Sep 17, 2024

Conversation

muktihari
Copy link
Owner

Previously, we only accumulate Record's distance, but in reality, messages may have fields requires accumulation as well, such as Record's accumulated_power. We should dynamically find and accumulates those values.

@muktihari muktihari added bug Something isn't working cli Changes related to CLI labels Sep 17, 2024
@muktihari muktihari added this to the v0.23.1 milestone Sep 17, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (f83b3c9) to head (acfe055).

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #453   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           42        42           
  Lines         3659      3659           
=========================================
  Hits          3659      3659           

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

@muktihari muktihari merged commit e3d3e16 into master Sep 17, 2024
5 checks passed
@muktihari muktihari deleted the cli/fitactivity-fix-accumulate branch September 17, 2024 12:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cli Changes related to CLI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants