-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
fix: parent file inclusion for Decomposed type #1002
base: main
Are you sure you want to change the base?
Conversation
Hi @eheyhuron! Could you test on your laptop and help us validate this PR please ? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1002 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 45 45
Lines 1028 1036 +8
Branches 112 113 +1
=========================================
+ Hits 1028 1036 +8 ☔ View full report in Codecov by Sentry. |
ac66d2f
to
87747de
Compare
Published under $ sf plugins install sfdx-git-delta@dev-1002 |
Published under $ sf plugins install sfdx-git-delta@dev-1002 |
7dc7f09
to
88dab61
Compare
Published under $ sf plugins install sfdx-git-delta@dev-1002 |
Hi @eheyhuron!
It would be greatly appreciated 😄 |
Code Climate has analyzed commit 91afa4a and detected 0 issues on this pull request. View more on Code Climate. |
Published under $ sf plugins install sfdx-git-delta@dev-1002 |
Explain your changes
Now the code ensure the parent type file is included in the output folder
It just copy the parent file but do not include the parent type in the
package.xml
Does this close any currently open issues?
closes #1000