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

Use dataclass instead of namedtuple for reduction status. #443

Merged
merged 2 commits into from
May 30, 2024

Add specific tests for reducer status format helpers

f5b65be
Select commit
Loading
Failed to load commit list.
Merged

Use dataclass instead of namedtuple for reduction status. #443

Add specific tests for reducer status format helpers
f5b65be
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 30, 2024 in 1s

99.60% (+0.00%) compared to ba9b7ea

View this Pull Request on Codecov

99.60% (+0.00%) compared to ba9b7ea

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.60%. Comparing base (ba9b7ea) to head (f5b65be).

Additional details and impacted files
@@           Coverage Diff           @@
##           master     #443   +/-   ##
=======================================
  Coverage   99.60%   99.60%           
=======================================
  Files          53       53           
  Lines        5562     5565    +3     
=======================================
+ Hits         5540     5543    +3     
  Misses         22       22           

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