-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
exp list: show experiment shas #9501
Conversation
results[name] = [info.name for info in ref_info_dict[baseline]] | ||
for info in ref_info_dict[baseline]: | ||
if git_remote: | ||
exp_rev = None |
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.
Not sure if there's an easy way to get the rev of a remote ref. Skipped it here.
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.
This is possible to do but it's not implemented right now in scmrepo, we can add it in the future if it's actually needed
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## main #9501 +/- ##
==========================================
+ Coverage 91.16% 91.18% +0.02%
==========================================
Files 474 474
Lines 36692 36731 +39
Branches 5226 5233 +7
==========================================
+ Hits 33449 33494 +45
+ Misses 2686 2681 -5
+ Partials 557 556 -1
β View full report in Codecov by Sentry. |
β I have followed the Contributing to DVC checklist.
π If this PR requires documentation updates, I have created a separate PR (or issue, at least) in dvc.org and linked it here.
Shows experiment SHAs like this:
Not supported for git remotes, where it continues to show the old format:
Also adds
--sha-only
arg (not supported for git remotes), which outputs like: