acquia / cli

Acquia CLI
GNU General Public License v2.0
42 stars 47 forks source link

CLI-1392: Redundant version notifications #1795

Closed danepowell closed 1 week ago

danepowell commented 1 week ago

Motivation

Fixes CLI-1392 Fixes #1792

Proposed changes

https://github.com/consolidation/self-update/pull/35

Alternatives considered

Testing steps

  1. Follow the contribution guide to set up your development environment or download a pre-built acli.phar for this PR.
  2. Clear the kernel cache to pick up new and changed commands: ./bin/acli ckc
  3. (add specific steps for this pr)
codecov[bot] commented 1 week ago

Codecov Report

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

Project coverage is 92.23%. Comparing base (e9cbcc2) to head (c695155). Report is 2 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1795 +/- ## ========================================= Coverage 92.23% 92.23% Complexity 1817 1817 ========================================= Files 121 121 Lines 6823 6823 ========================================= Hits 6293 6293 Misses 530 530 ```

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

github-actions[bot] commented 1 week ago

Try the dev build for this PR: https://acquia-cli.s3.amazonaws.com/build/pr/1795/acli.phar

curl -OL https://acquia-cli.s3.amazonaws.com/build/pr/1795/acli.phar
chmod +x acli.phar