From 648dde5e960fa79e09c5a1c35da9e7ed69fd4c2d Mon Sep 17 00:00:00 2001 From: Asuka Minato Date: Tue, 14 Apr 2026 22:49:03 +0900 Subject: [PATCH] ci: Fix path in coverage markdown rendering step (#35136) --- .github/workflows/pyrefly-type-coverage-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pyrefly-type-coverage-comment.yml b/.github/workflows/pyrefly-type-coverage-comment.yml index 51f3ca54b6..974da99aad 100644 --- a/.github/workflows/pyrefly-type-coverage-comment.yml +++ b/.github/workflows/pyrefly-type-coverage-comment.yml @@ -62,7 +62,7 @@ jobs: - name: Render coverage markdown from structured data id: render run: | - comment_body="$(uv run --directory api python api/libs/pyrefly_type_coverage.py \ + comment_body="$(uv run --directory api python libs/pyrefly_type_coverage.py \ --base base_report.json \ < pr_report.json)"