eth-easl / modyn

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

feat: Log commit sha #537

Closed robinholzi closed 2 weeks ago

robinholzi commented 2 weeks ago

Motivation

To be able to link a pipeline rune with the code that has executed it, we want to log the git sha of the last commit in the pipeline logfile.

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 41.66667% with 7 lines in your changes missing coverage. Please review.

Project coverage is 82.29%. Comparing base (beb3769) to head (f12a451).

Files Patch % Lines
...yn/supervisor/internal/pipeline_executor/models.py 33.33% 4 Missing :warning:
modyn/supervisor/internal/utils/git_utils.py 50.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #537 +/- ## ========================================== - Coverage 82.34% 82.29% -0.05% ========================================== Files 216 217 +1 Lines 10085 10097 +12 ========================================== + Hits 8304 8309 +5 - Misses 1781 1788 +7 ```

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

github-actions[bot] commented 2 weeks ago

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