-
-
Notifications
You must be signed in to change notification settings - Fork 639
feat(generate-loader): scaffold in a specified path #2072
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
Conversation
e4368fa
to
0a9d1c7
Compare
Codecov Report
@@ Coverage Diff @@
## master #2072 +/- ##
==========================================
+ Coverage 68.31% 68.51% +0.20%
==========================================
Files 77 76 -1
Lines 2408 2414 +6
Branches 496 497 +1
==========================================
+ Hits 1645 1654 +9
+ Misses 763 760 -3
Continue to review full report at Codecov.
|
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.
how do we have to provide that specified path ?
|
Lets document it. |
c60ebc0
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.
Can we add for #2073 too? Since I missed reviewing it before merge
c60ebc0
to
25cb3a4
Compare
/cc @anshumanv |
Oops, merged |
What kind of change does this PR introduce?
Enhancement
Did you add tests for your changes?
Yes
If relevant, did you update the documentation?
Nope
Summary
Added the ability to scaffold
loader
template in a specified path. Addresses #2021Does this PR introduce a breaking change?
Nope
Other information
#2021 (comment)