konveyor / move2kube-api

HTTP REST API for move2kube
https://move2kube.konveyor.io/
Apache License 2.0
6 stars 18 forks source link

fix: remote-source with ssh pattern #156

Closed gabriel-farache closed 10 months ago

gabriel-farache commented 10 months ago

When using ssh (git+ssh://...) remote source, the pattern is wrong when checking if the source directory is remote; it's only matching for https

I fixed the pattern to check if the remote source starts with git+ instead

github-actions[bot] commented 10 months ago

Thanks for making a pull request! 😃 One of the maintainers will review and advise on the next steps.

codecov[bot] commented 10 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (dc14c8d) 14.48% compared to head (3c6ebd8) 14.48%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #156 +/- ## ======================================= Coverage 14.48% 14.48% ======================================= Files 2 2 Lines 214 214 ======================================= Hits 31 31 Misses 179 179 Partials 4 4 ```

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