acquia / cli

Command-line interface for Acquia Cloud Platform products
https://docs.acquia.com/acquia-cli/
GNU General Public License v2.0
42 stars 45 forks source link

Switch to stable cache-plugin #1757

Closed danepowell closed 3 weeks ago

danepowell commented 3 weeks ago

Motivation

Fixes #NNN

Proposed changes

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 3 weeks ago

Codecov Report

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

Project coverage is 91.75%. Comparing base (8f5cd12) to head (f026264).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1757 +/- ## ========================================= Coverage 91.75% 91.75% Complexity 1818 1818 ========================================= Files 121 121 Lines 6524 6524 ========================================= Hits 5986 5986 Misses 538 538 ```

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

github-actions[bot] commented 3 weeks ago

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

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