ci: Fix path in coverage markdown rendering step (#35136)

This commit is contained in:
Asuka Minato 2026-04-14 22:49:03 +09:00 committed by GitHub
parent a3042e6332
commit 648dde5e96
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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)"