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

worktree: fix default worktree remote/odb exception #8672

Merged
merged 1 commit into from
Dec 8, 2022

Conversation

pmrowla
Copy link
Contributor

@pmrowla pmrowla commented Dec 8, 2022

Thank you for the contribution - we'll try to review it as soon as possible. 🙏

Fixes #8670

@pmrowla pmrowla added bugfix fixes bug A: data-sync Related to dvc get/fetch/import/pull/push A: cloud-versioning Related to cloud-versioned remotes labels Dec 8, 2022
@pmrowla pmrowla self-assigned this Dec 8, 2022
@codecov
Copy link

codecov bot commented Dec 8, 2022

Codecov Report

Base: 93.93% // Head: 93.65% // Decreases project coverage by -0.28% ⚠️

Coverage data is based on head (6dbbf8f) compared to base (e98ca36).
Patch coverage: 50.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8672      +/-   ##
==========================================
- Coverage   93.93%   93.65%   -0.29%     
==========================================
  Files         435      435              
  Lines       33539    33538       -1     
  Branches     4733     4733              
==========================================
- Hits        31506    31409      -97     
- Misses       1601     1678      +77     
- Partials      432      451      +19     
Impacted Files Coverage Δ
dvc/data_cloud.py 83.82% <50.00%> (-0.24%) ⬇️
tests/func/test_unprotect.py 78.57% <0.00%> (-21.43%) ⬇️
tests/unit/utils/test_utils.py 83.33% <0.00%> (-16.67%) ⬇️
tests/unit/test_daemon.py 85.18% <0.00%> (-14.82%) ⬇️
tests/unit/proc/test_manager.py 89.28% <0.00%> (-10.72%) ⬇️
dvc/proc/manager.py 65.26% <0.00%> (-10.53%) ⬇️
tests/unit/utils/test_fs.py 88.42% <0.00%> (-9.48%) ⬇️
tests/unit/test_analytics.py 91.42% <0.00%> (-8.58%) ⬇️
dvc/analytics.py 88.05% <0.00%> (-7.47%) ⬇️
dvc/proc/exceptions.py 86.66% <0.00%> (-6.67%) ⬇️
... and 9 more

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.
📢 Do you have feedback about the report comment? Let us know in this issue.

@pmrowla pmrowla merged commit 9bef123 into iterative:main Dec 8, 2022
@pmrowla pmrowla deleted the 8670-default-worktree branch December 8, 2022 02:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A: cloud-versioning Related to cloud-versioned remotes A: data-sync Related to dvc get/fetch/import/pull/push bugfix fixes bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cloud versioning: not able to do any data sync operations
1 participant