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

Track git commit id when fitting models #242

Merged
merged 12 commits into from
Dec 16, 2024
Merged

Track git commit id when fitting models #242

merged 12 commits into from
Dec 16, 2024

Conversation

damonbayer
Copy link
Collaborator

@damonbayer damonbayer commented Dec 13, 2024

Closes #237

This PR enables us to track the git commit id and branch name of every model fit.

Copy link

codecov bot commented Dec 13, 2024

Codecov Report

Attention: Patch coverage is 0% with 16 lines in your changes missing coverage. Please review.

Project coverage is 8.06%. Comparing base (a69fa0c) to head (a4bcb50).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
pipelines/forecast_state.py 0.00% 16 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##            main    #242      +/-   ##
========================================
- Coverage   8.16%   8.06%   -0.10%     
========================================
  Files         20      20              
  Lines       1311    1327      +16     
========================================
  Hits         107     107              
- Misses      1204    1220      +16     
Flag Coverage Δ
hewr 22.02% <ø> (ø)
pipelines 0.00% <0.00%> (ø)
pyrenew_hew 1.91% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@damonbayer damonbayer changed the title DRAFT: Track git commit id when fitting models Track git commit id when fitting models Dec 16, 2024
@damonbayer damonbayer marked this pull request as ready for review December 16, 2024 19:10
@damonbayer damonbayer requested a review from gvegayon December 16, 2024 19:10
@damonbayer
Copy link
Collaborator Author

Per Teams conversation with @dylanhmorris , this can be merged now that #249 exists.

@damonbayer damonbayer merged commit a45085c into main Dec 16, 2024
11 checks passed
@damonbayer damonbayer deleted the dmb_git_commit_id branch December 16, 2024 20:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Track git commit id when fitting models
2 participants