Skip to content

Commit f40c404

Browse files
committed
✅ Fix coverage exclusion
1 parent bdbcfc8 commit f40c404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fastapi_cloud_cli/commands/deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ def _configure_app(toolkit: RichToolkit, path_to_deploy: Path) -> AppConfig:
347347
toolkit.print("Deployment cancelled.")
348348
raise typer.Exit(0)
349349

350-
if selected_app:
350+
if selected_app: # pragma: no cover
351351
app = selected_app
352352
else:
353353
with toolkit.progress(title="Creating app...") as progress:

0 commit comments

Comments
 (0)