scolladon / sfdx-git-delta

Generate the sfdx content in source format from two git commits
Other
402 stars 110 forks source link

fix: allow resource type detection by extension #882

Closed scolladon closed 4 weeks ago

scolladon commented 4 weeks ago

Explain your changes


Allow to detect resource type via file extension

Does this close any currently open issues?


closes #876

codeclimate[bot] commented 4 weeks ago

Code Climate has analyzed commit e9f9f51d and detected 0 issues on this pull request.

View more on Code Climate.

codecov[bot] commented 4 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (79ffddf) to head (e9f9f51).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #882 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 39 39 Lines 1067 1066 -1 Branches 114 115 +1 ========================================= - Hits 1067 1066 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

github-actions[bot] commented 4 weeks ago

Shipped in release v5.40.2. You can install the new version using the version number or the latest-rc channel

$ sfdx plugins:install sfdx-git-delta@latest-rc
$ sfdx plugins:install sfdx-git-delta@v5.40.2

Happy incremental deployment!