eth-easl / modyn

Modyn is a research-platform for training ML models on growing datasets.
MIT License
22 stars 3 forks source link

test: Add unit tests for `evaluation_executor` #513

Closed robinholzi closed 1 month ago

robinholzi commented 1 month ago

Motivation

Let's increase test coverage for EvaluationExecutor. Testing this component is a bit nasty as it uses many other components, but okay.

codecov[bot] commented 1 month ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.52%. Comparing base (5ad108a) to head (c755b20).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #513 +/- ## ========================================== + Coverage 82.18% 82.52% +0.34% ========================================== Files 214 214 Lines 9961 9961 ========================================== + Hits 8186 8220 +34 + Misses 1775 1741 -34 ```

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

github-actions[bot] commented 1 month ago

Line Coverage: -% ( % to main) Branch Coverage: -% ( % to main)