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

CLI-1336: Isolate cache dir per test #1747

Closed danepowell closed 1 month ago

danepowell commented 1 month 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 1 month ago

Codecov Report

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

Project coverage is 91.74%. Comparing base (57a741f) to head (afabd42).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1747 +/- ## ========================================= Coverage 91.74% 91.74% - Complexity 1816 1817 +1 ========================================= Files 121 121 Lines 6518 6521 +3 ========================================= + Hits 5980 5983 +3 Misses 538 538 ```

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

github-actions[bot] commented 1 month ago

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

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