scolladon / sfdx-git-delta

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

refactor: centralize e2e test process definition #840

Closed scolladon closed 2 months ago

scolladon commented 2 months ago

Explain your changes


Create a workflow to run e2e test, taking the channel to install At the PR level, execute e2e test from the package created for QA (better than from sources because it test also the publishing) On main, execute e2e test with the version created

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 100.00%. Comparing base (28cfbb2) to head (4dd0a72).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #840 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 37 37 Lines 1044 1044 Branches 113 113 ========================================= Hits 1044 1044 ```

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

codeclimate[bot] commented 2 months ago

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

View more on Code Climate.

github-actions[bot] commented 2 months ago

Published under beta- npm channel.

$ sfdx plugins:install sfdx-git-delta@beta-
github-actions[bot] commented 2 months ago

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

Happy incremental deployment!