-
Notifications
You must be signed in to change notification settings - Fork 582
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
feat(codegen): move source files to 'src' folder #2844
Conversation
Codecov Report
@@ Coverage Diff @@
## main #2844 +/- ##
=======================================
Coverage 60.42% 60.42%
=======================================
Files 554 554
Lines 28886 28886
Branches 7072 7072
=======================================
Hits 17453 17453
Misses 11433 11433 Continue to review full report at Codecov.
|
The failing codegen-ci will succeed after smithy-ts PR is merged smithy-lang/smithy-typescript#434 I've verified that commands from CI are successful in my workspace. |
...pt-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddAwsAuthPlugin.java
Outdated
Show resolved
Hide resolved
...pt-codegen/src/main/java/software/amazon/smithy/aws/typescript/codegen/AddAwsAuthPlugin.java
Show resolved
Hide resolved
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Issue
Refs: #1306
Description
The changes in scripts and codegen to move source files to 'src' folder.
Testing
Check testing section of #2845
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.