-
Notifications
You must be signed in to change notification settings - Fork 8
Embetter tests #322
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
Embetter tests #322
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #322 +/- ##
==========================================
+ Coverage 86.21% 86.32% +0.11%
==========================================
Files 129 129
Lines 4650 4659 +9
Branches 601 602 +1
==========================================
+ Hits 4009 4022 +13
+ Misses 447 445 -2
+ Partials 194 192 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (1)
valohai_cli/commands/yaml/step.py:94
- Ensure that the removal of 'project.refresh_details()' is intentional, as omitting this call might leave the project details stale after updating the YAML configuration. If the refresh is still required, consider reintroducing this call or providing an alternative mechanism to update project details.
project.refresh_details()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
They look embettered!
project_id: str = DEFAULT_PROJECT_ID, | ||
*, | ||
commit_id: str = DEFAULT_COMMIT_ID, | ||
deployment_id: str = "666", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No DEFAULT_DEPLOYMENT_ID
?
Just a bit of test cleanup.