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

exp list: fix ui for tags/branches #9620

Merged
merged 1 commit into from
Jun 20, 2023
Merged

exp list: fix ui for tags/branches #9620

merged 1 commit into from
Jun 20, 2023

Conversation

dberenbaum
Copy link
Collaborator

Partially fixes #9614

@dberenbaum dberenbaum requested a review from pmrowla June 16, 2023 19:16
@codecov
Copy link

codecov bot commented Jun 16, 2023

Codecov Report

Patch coverage: 83.33% and project coverage change: -0.01 ⚠️

Comparison is base (0433565) 90.53% compared to head (37fda10) 90.52%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #9620      +/-   ##
==========================================
- Coverage   90.53%   90.52%   -0.01%     
==========================================
  Files         471      471              
  Lines       36060    36067       +7     
  Branches     5188     5190       +2     
==========================================
+ Hits        32646    32651       +5     
- Misses       2819     2820       +1     
- Partials      595      596       +1     
Impacted Files Coverage Δ
tests/func/experiments/test_remote.py 100.00% <ø> (ø)
tests/unit/command/test_experiments.py 100.00% <ø> (ø)
dvc/commands/experiments/ls.py 95.45% <75.00%> (-4.55%) ⬇️
dvc/repo/experiments/ls.py 100.00% <100.00%> (ø)
tests/func/experiments/test_experiments.py 100.00% <100.00%> (ø)
tests/func/experiments/test_save.py 100.00% <100.00%> (ø)

... and 2 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@pmrowla pmrowla merged commit bf2f08d into main Jun 20, 2023
@pmrowla pmrowla deleted the exp-list-ui branch June 20, 2023 06:52
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.

exp list/show: unexpected branch/ref output
2 participants