-
-
Notifications
You must be signed in to change notification settings - Fork 116
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: metadata type detection for subtype not packageable contained inside file #858
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #858 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 39 39
Lines 1069 1067 -2
Branches 115 114 -1
=========================================
- Hits 1069 1067 -2 ☔ View full report in Codecov by Sentry. |
Hi @jfaderanga ! Could you help here and test the fix with the exact context you used to experience the related issue please ? You can follow those steps to install the dev version locally and test it. |
Code Climate has analyzed commit 988b051 and detected 0 issues on this pull request. View more on Code Climate. |
Hi @scolladon thanks heaps mate, I've tested both latest and dev in the exact context where we get the issue. |
Shipped in release $ sfdx plugins:install sfdx-git-delta@latest-rc
$ sfdx plugins:install sfdx-git-delta@v5.39.2 Happy incremental deployment! |
…ained inside file (scolladon#858)" This reverts commit a55a528.
Explain your changes
Make sure the plugin detects subtype and copy the file when not packageable subtype are present after pruning a file
Does this close any currently open issues?
closes #857