Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Fix restore bugs #4

Merged
merged 5 commits into from
Oct 20, 2023
Merged

Fix restore bugs #4

merged 5 commits into from
Oct 20, 2023

Conversation

richfitz
Copy link
Member

  • could not specify the source properly for restore
  • restore checked the wrong set for candidate volumes

Also removed the restore section from the client configuration as it was proving redundant - we allow restoring anywhere now, which feels more sensible.

* could not specify the source properly for restore
* restore checked the wrong set for candidate volumes
@codecov
Copy link

codecov bot commented Oct 20, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9989587) 100.00% compared to head (e6c72a8) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main        #4   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           24        24           
  Lines         1484      1520   +36     
  Branches       176       177    +1     
=========================================
+ Hits          1484      1520   +36     
Files Coverage Δ
src/privateer2/config.py 100.00% <100.00%> (ø)
src/privateer2/restore.py 100.00% <100.00%> (ø)
src/privateer2/service.py 100.00% <100.00%> (ø)
src/privateer2/vault.py 100.00% <100.00%> (ø)
tests/test_config.py 100.00% <ø> (ø)
tests/test_restore.py 100.00% <100.00%> (ø)

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@richfitz richfitz merged commit b74e039 into main Oct 20, 2023
6 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant