acquia / cli

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

CLI-1327: Handle corrupt db #1772

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 92.02%. Comparing base (df5af90) to head (3945d64).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1772 +/- ## ========================================= Coverage 92.02% 92.02% - Complexity 1818 1819 +1 ========================================= Files 121 121 Lines 6834 6838 +4 ========================================= + Hits 6289 6293 +4 Misses 545 545 ```

: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/1772/acli.phar

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