acquia / cli

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

CLI-1347: Fix TypeError for null notificationUuid #1749

Closed danepowell closed 4 months ago

danepowell commented 4 months 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)
github-actions[bot] commented 4 months ago

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

curl -OL https://acquia-cli.s3.amazonaws.com/build/pr/1749/acli.phar
chmod +x acli.phar
codecov[bot] commented 4 months ago

Codecov Report

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

Project coverage is 91.75%. Comparing base (293b2d4) to head (f201590).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1749 +/- ## ========================================= Coverage 91.74% 91.75% - Complexity 1817 1818 +1 ========================================= Files 121 121 Lines 6521 6522 +1 ========================================= + Hits 5983 5984 +1 Misses 538 538 ```

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