Skip to content

chore(shorebird_cli): drop dead progress stub from account command tests#3759

Merged
nickshorebird merged 1 commit into
mainfrom
nick/cli-debt-cleanup
May 14, 2026
Merged

chore(shorebird_cli): drop dead progress stub from account command tests#3759
nickshorebird merged 1 commit into
mainfrom
nick/cli-debt-cleanup

Conversation

@nickshorebird
Copy link
Copy Markdown
Contributor

Summary

Testing

  • dart test test/src/commands/account/apps_command_test.dart test/src/commands/account/orgs_command_test.dart → 20/20 pass
  • dart analyze --fatal-warnings lib test → no new findings in the changed files
  • Coverage on apps_command.dart and orgs_command.dart stays at 33/33 lines w/ updated tests

The `progress` field, `MockProgress` instantiation, and
`logger.progress(any())` stub were introduced in #3742 (orgs) and #3743
(apps) but never executed, because `codePushClientWrapper` is mocked at
the wrapper boundary, so the progress code inside the wrapper never
runs. Caught by bdero's review bot on #3743 and waived there as a
follow-up. This change closes that follow-up.
@codecov
Copy link
Copy Markdown

codecov Bot commented May 12, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@nickshorebird nickshorebird changed the title debt(shorebird_cli): drop dead progress stub from account command tests chore(shorebird_cli): drop dead progress stub from account command tests May 12, 2026
@nickshorebird nickshorebird requested a review from bdero May 12, 2026 15:16
@nickshorebird nickshorebird self-assigned this May 12, 2026
@nickshorebird nickshorebird added the chore Routine maintenance, infra, or non-feature work label May 12, 2026
@nickshorebird nickshorebird requested a review from easymac May 14, 2026 18:21
@nickshorebird nickshorebird merged commit 757b20f into main May 14, 2026
27 of 31 checks passed
@nickshorebird nickshorebird deleted the nick/cli-debt-cleanup branch May 14, 2026 19:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Routine maintenance, infra, or non-feature work

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants