-
Notifications
You must be signed in to change notification settings - Fork 34
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
#63: Creating the ide wrapper script #221
#63: Creating the ide wrapper script #221
Conversation
Pull Request Test Coverage Report for Build 8249457035Details
💛 - Coveralls |
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.
@aBega2000 thanks for your PR. Looks good - nice work👍
Did you actually test the github actions or did you just "guess" these changes? I assume you did some tests to find that natives
copy logic in two workflows :)
I left some review comments for rework. Should be easy to complete.
Please also read #63 (comment) |
# Conflicts: # cli/pom.xml
Co-authored-by: Jörg Hohwiller <[email protected]>
I have made the required changed, and the commits contain all the changes that we also discussed. I also managed to fix the diff war by setting the core.autocrlf to false. Therefore the file pom.xml now shows only the changes from the main branch file. I also adapted the Test for the IdeHomeRequired, so that the PR passes all the tests. |
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.
looking good now. Ready for merge.
Fixes #63