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: Fix --rev args for ls pull and remove. #9483

Merged
merged 1 commit into from
May 21, 2023
Merged

exp: Fix --rev args for ls pull and remove. #9483

merged 1 commit into from
May 21, 2023

Conversation

daavoo
Copy link
Contributor

@daavoo daavoo commented May 21, 2023

Closes #9471

@daavoo daavoo added A: experiments Related to dvc exp bugfix fixes bug backport backport this PR to 2.x branch labels May 21, 2023
@daavoo daavoo self-assigned this May 21, 2023
@daavoo daavoo enabled auto-merge (rebase) May 21, 2023 10:18
@codecov
Copy link

codecov bot commented May 21, 2023

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (e089ee0) 91.41% compared to head (1a43d70) 91.42%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #9483   +/-   ##
=======================================
  Coverage   91.41%   91.42%           
=======================================
  Files         479      479           
  Lines       37360    37398   +38     
  Branches     5373     5377    +4     
=======================================
+ Hits        34152    34190   +38     
  Misses       2641     2641           
  Partials      567      567           
Impacted Files Coverage Δ
dvc/repo/experiments/ls.py 100.00% <100.00%> (ø)
dvc/repo/experiments/pull.py 96.66% <100.00%> (+0.11%) ⬆️
dvc/repo/experiments/remove.py 97.22% <100.00%> (+0.07%) ⬆️
tests/func/experiments/test_experiments.py 100.00% <100.00%> (ø)
tests/func/experiments/test_remote.py 100.00% <100.00%> (ø)
tests/func/experiments/test_remove.py 100.00% <100.00%> (ø)

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: experiments Related to dvc exp backport backport this PR to 2.x branch bugfix fixes bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

exp push --rev broken
1 participant