-
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
8998 exp run include new staged files #9017
Conversation
62b411d
to
ac9fd80
Compare
Codecov ReportBase: 93.02% // Head: 93.08% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #9017 +/- ##
==========================================
+ Coverage 93.02% 93.08% +0.06%
==========================================
Files 455 456 +1
Lines 36760 36799 +39
Branches 5318 5328 +10
==========================================
+ Hits 34195 34256 +61
+ Misses 2040 2020 -20
+ Partials 525 523 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
@pytest.mark.parametrize("staged", [True, False]) | ||
def test_deleted(tmp_dir, scm, dvc, caplog, tmp, staged): | ||
if not tmp: | ||
pytest.xfail("TODO: https://github.com/iterative/dvc/issues/6297") |
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.
Deleted files are still not handled properly for workspace in local init_git
. Will fix in follow-up as the current P.R. already fixes #8998
ac9fd80
to
cac9192
Compare
- Detach head after stashing workspace. - Use reinstate_index.
cac9192
to
366e322
Compare
Closes #8998