build: prove pdf runtime and strict remediation gates
Some checks failed
CI / pytest (Python 3.10) (push) Has been cancelled
CI / pytest (Python 3.11) (push) Has been cancelled
CI / pytest (Python 3.12) (push) Has been cancelled

This commit is contained in:
Hermes Agent
2026-06-18 17:40:12 +08:00
parent 2d26d96eaa
commit 6d0feeb090
14 changed files with 131 additions and 40 deletions

View File

@@ -66,6 +66,10 @@ jobs:
run: |
PYTHON_BIN=python bash scripts/dev-verify.sh
- name: Run PDF runtime smoke
run: |
python -m pytest -q tests/test_pdf_runtime_smoke.py
- name: Upload coverage artifact
if: always() && matrix.python-version == '3.11' && hashFiles('coverage.xml') != ''
uses: actions/upload-artifact@v4