opencadc / vostools

VOSpace command line and FUSE clients
https://www.canfar.net/en/docs/storage
12 stars 18 forks source link

Added support for -k option used for testing #209

Closed andamian closed 1 year ago

andamian commented 1 year ago

vofs was not building anymore because it was using an older version of Python fuse library. A decision was made on slack to drop support for vows all together. -k option was enabled in the v* commands to make vos works with test VMs (self signed certs)

codecov[bot] commented 1 year ago

Codecov Report

Base: 71.32% // Head: 62.49% // Decreases project coverage by -8.83% :warning:

Coverage data is based on head (fe66668) compared to base (33d390f). Patch coverage: 60.00% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #209 +/- ## ========================================== - Coverage 71.32% 62.49% -8.84% ========================================== Files 28 20 -8 Lines 3997 2565 -1432 ========================================== - Hits 2851 1603 -1248 + Misses 1146 962 -184 ``` | [Impacted Files](https://codecov.io/gh/opencadc/vostools/pull/209?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opencadc) | Coverage Δ | | |---|---|---| | [vos/vos/commands/vchmod.py](https://codecov.io/gh/opencadc/vostools/pull/209/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opencadc#diff-dm9zL3Zvcy9jb21tYW5kcy92Y2htb2QucHk=) | `27.39% <ø> (ø)` | | | [vos/vos/commands/vcp.py](https://codecov.io/gh/opencadc/vostools/pull/209/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opencadc#diff-dm9zL3Zvcy9jb21tYW5kcy92Y3AucHk=) | `15.88% <ø> (ø)` | | | [vos/vos/commands/vln.py](https://codecov.io/gh/opencadc/vostools/pull/209/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opencadc#diff-dm9zL3Zvcy9jb21tYW5kcy92bG4ucHk=) | `68.18% <ø> (ø)` | | | [vos/vos/commands/vlock.py](https://codecov.io/gh/opencadc/vostools/pull/209/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opencadc#diff-dm9zL3Zvcy9jb21tYW5kcy92bG9jay5weQ==) | `62.96% <ø> (ø)` | | | [vos/vos/commands/vmkdir.py](https://codecov.io/gh/opencadc/vostools/pull/209/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opencadc#diff-dm9zL3Zvcy9jb21tYW5kcy92bWtkaXIucHk=) | `42.85% <ø> (ø)` | | | [vos/vos/commands/vmv.py](https://codecov.io/gh/opencadc/vostools/pull/209/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opencadc#diff-dm9zL3Zvcy9jb21tYW5kcy92bXYucHk=) | `44.44% <ø> (ø)` | | | [vos/vos/commands/vrm.py](https://codecov.io/gh/opencadc/vostools/pull/209/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opencadc#diff-dm9zL3Zvcy9jb21tYW5kcy92cm0ucHk=) | `35.71% <ø> (ø)` | | | [vos/vos/commands/vrmdir.py](https://codecov.io/gh/opencadc/vostools/pull/209/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opencadc#diff-dm9zL3Zvcy9jb21tYW5kcy92cm1kaXIucHk=) | `42.85% <ø> (ø)` | | | [vos/vos/commands/vtag.py](https://codecov.io/gh/opencadc/vostools/pull/209/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opencadc#diff-dm9zL3Zvcy9jb21tYW5kcy92dGFnLnB5) | `27.27% <ø> (ø)` | | | [vos/vos/vos.py](https://codecov.io/gh/opencadc/vostools/pull/209/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opencadc#diff-dm9zL3Zvcy92b3MucHk=) | `70.83% <ø> (+0.02%)` | :arrow_up: | | ... and [4 more](https://codecov.io/gh/opencadc/vostools/pull/209/diff?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opencadc) | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opencadc). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=opencadc)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.