-
Notifications
You must be signed in to change notification settings - Fork 29
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
#342: implement unit tests for mvn ToolCommandlet #373
#342: implement unit tests for mvn ToolCommandlet #373
Conversation
Pull Request Test Coverage Report for Build 9797375875Details
💛 - 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.
@mvomiero Thank you for your PR. Great that you pro-actively found and fixed an important testing gap. Great work 👍
However, I am picky in PRs and if we do something I aim to do it perfect so please have a look at my review comments and try to address. Then we can merge. Thanks!
cli/src/test/resources/ide-projects/mvn/project/settings/devon/conf/.m2/settings.xml
Outdated
Show resolved
Hide resolved
cli/src/test/resources/ide-projects/mvn/project/settings/devon/conf/.m2/settings.xml
Outdated
Show resolved
Hide resolved
…lementUnitTestsForMvn
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.
@mvomiero thanks for addressing all review comments so perfectly 👍
Could you have a look at my last suggestion and resolve the merge conflict? Then we can finally merge. Great job!
cli/src/test/resources/ide-projects/mvn/project/workspaces/main/readme
Outdated
Show resolved
Hide resolved
…n/readme Co-authored-by: Jörg Hohwiller <[email protected]>
I added a review just to better explain the last changes 😃 |
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.
@mvomiero thanks for your rework and also for your fixes of Mvn
commandlet that I was not yet aware of. Great work 👍
Now ready for merge.
Closes: #342