mirror of
https://github.com/langgenius/dify.git
synced 2026-04-15 18:06:36 +08:00
ci: Fix path in coverage markdown rendering step (#35136)
This commit is contained in:
parent
a3042e6332
commit
648dde5e96
@ -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)"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user