Skip to content

Remove internal _getcfg() helper in favour of generic SpecialRemote helper #440

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

Merged
merged 1 commit into from
Sep 3, 2023

Conversation

adswa
Copy link
Member

@adswa adswa commented Sep 1, 2023

Fixes #439

Just a maintenance change removing an internal method in favor of an already existing generic helper of the SpecialRemote.

@adswa adswa requested a review from mih as a code owner September 1, 2023 11:27
@adswa adswa mentioned this pull request Sep 1, 2023
@codecov
Copy link

codecov bot commented Sep 3, 2023

Codecov Report

Patch coverage: 100.00% and project coverage change: -0.08% ⚠️

Comparison is base (0cb44b0) 92.04% compared to head (fb1753c) 91.96%.
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #440      +/-   ##
==========================================
- Coverage   92.04%   91.96%   -0.08%     
==========================================
  Files         122      122              
  Lines        9100     9101       +1     
==========================================
- Hits         8376     8370       -6     
- Misses        724      731       +7     
Files Changed Coverage Δ
datalad_next/annexremotes/archivist.py 92.30% <100.00%> (-0.20%) ⬇️

... and 1 file with indirect coverage changes

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

Copy link
Member

@mih mih left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks good! Thanks for catching that!

@mih mih merged commit cc40c93 into datalad:main Sep 3, 2023
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.

Turn archivist special remotes' _getcfg() into flexible helper
2 participants