-
Notifications
You must be signed in to change notification settings - Fork 193
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
Log error when multiple remotes have the same org name #2228
Log error when multiple remotes have the same org name #2228
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #2228 +/- ##
==========================================
+ Coverage 72.98% 73.05% +0.06%
==========================================
Files 78 77 -1
Lines 8384 8342 -42
==========================================
- Hits 6119 6094 -25
+ Misses 2265 2248 -17
... and 7 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for this PR :)
I would throw an error instead of a warning in this case, and also reword a little bit the message to make it more clear.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, only some last changes 🙂
Co-authored-by: Júlia Mir Pedrol <mirp.julia@gmail.com>
Co-authored-by: Júlia Mir Pedrol <mirp.julia@gmail.com>
Co-authored-by: Júlia Mir Pedrol <mirp.julia@gmail.com>
@mirpedrol i think the function |
Some tests are failing due to |
sorry, i may have caused confusion, i found the |
…odules or subworkflows
@mirpedrol i have implemented the changes we last discussed and it seems to pass all checks. however, i wonder if the better solution would have been to change the org_path in the gitlab repo, that way less time is spent removing default modules, and we would still have the ability to test out how tools behaves with multiple remotes. Having spent so much time on the current solution, I wanted to get someone else's thoughts before pursuing something different. If this solution is preferred I'm happy to approve this PR as-is. |
Addressing #2157
PR checklist
CHANGELOG.md
is updateddocs
is updated