datalad / datalad-ria

Adds functionality for RIA stores to DataLad
http://datalad.org
Other
0 stars 1 forks source link

Patch scp argument-building in `BaseSSHConnection` #91

Closed christian-monch closed 9 months ago

christian-monch commented 9 months ago

This PR contains a patch for datalad.support.sshconnector.BaseSSHConnection.get and datalad.support.sshconnector.BaseSSHConnection.put. The original code excluded user definitions from the target arguments.

codecov-commenter commented 9 months ago

Codecov Report

Patch coverage: 97.43% and project coverage change: +0.02% :tada:

Comparison is base (cee36f8) 97.20% compared to head (2a4ca09) 97.23%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #91 +/- ## ========================================== + Coverage 97.20% 97.23% +0.02% ========================================== Files 15 16 +1 Lines 286 325 +39 ========================================== + Hits 278 316 +38 - Misses 8 9 +1 ``` | [Files Changed](https://app.codecov.io/gh/datalad/datalad-ria/pull/91?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad) | Coverage Δ | | |---|---|---| | [datalad\_ria/patches/enabled.py](https://app.codecov.io/gh/datalad/datalad-ria/pull/91?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad#diff-ZGF0YWxhZF9yaWEvcGF0Y2hlcy9lbmFibGVkLnB5) | `100.00% <ø> (ø)` | | | [datalad\_ria/tests/test\_ssh\_remote\_io.py](https://app.codecov.io/gh/datalad/datalad-ria/pull/91?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad#diff-ZGF0YWxhZF9yaWEvdGVzdHMvdGVzdF9zc2hfcmVtb3RlX2lvLnB5) | `98.59% <94.73%> (-1.41%)` | :arrow_down: | | [datalad\_ria/patches/sshconnector.py](https://app.codecov.io/gh/datalad/datalad-ria/pull/91?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=datalad#diff-ZGF0YWxhZF9yaWEvcGF0Y2hlcy9zc2hjb25uZWN0b3IucHk=) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.