scolladon / sfdx-git-delta

Generate the sfdx content in source format from two git commits
Other
414 stars 112 forks source link

fix: os api availability issue #764

Closed scolladon closed 7 months ago

scolladon commented 7 months ago

Explain your changes


Protect the code from unavailable below node v18.14 os availableParallelism API

Does this close any currently open issues?


closes this behavior

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (86a1800) 100.00% compared to head (2eea89b) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #764 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 37 37 Lines 1038 1040 +2 Branches 112 113 +1 ========================================= + Hits 1038 1040 +2 ```

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

codeclimate[bot] commented 7 months ago

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

View more on Code Climate.

github-actions[bot] commented 7 months ago

Shipped in release v5.35.1. 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.35.1

Happy incremental deployment!