更新 ci.yml

This commit is contained in:
Young
2026-06-21 23:01:53 +08:00
committed by GitHub
parent 71e6ba316a
commit 50e74180a2
+2 -2
View File
@@ -101,8 +101,8 @@ jobs:
- name: 安装依赖 - name: 安装依赖
run: uv sync --extra dev --frozen run: uv sync --extra dev --frozen
- name: 运行测试(含覆盖率, 95% - name: 运行测试
run: uv run pytest -v --cov=pyflowx --cov-report=xml --cov-report=term-missing --cov-fail-under=95 run: uv run pytest -v --cov=pyflowx --cov-report=xml --cov-report=term-missing
- name: 上传覆盖率 - name: 上传覆盖率
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.13' if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.13'