-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Codestarts testing #11474
Codestarts testing #11474
Conversation
1cd6ad5
to
bbe207d
Compare
It also fix a bug found with 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.
Except for the Files.createDirectories
exception handling, I think it looks good
...ojects/tools/codestarts/src/main/java/io/quarkus/devtools/codestarts/CodestartProcessor.java
Show resolved
Hide resolved
...c/main/java/io/quarkus/devtools/codestarts/strategy/ReplaceCodestartFileStrategyHandler.java
Show resolved
Hide resolved
@gastaldi @maxandersen could you review, I need this merged asap, I have other PRs pending :) |
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.
looks like "just" test additions and no major surprises. lgtm.
Even if I need to keep adding more tests, this should already give a good base with close to 100% coverage of the Codestarts spec and business.