chore: add pytest XML and branch coverage reports (#33730)

Co-authored-by: Stephen Zhou <38493346+hyoban@users.noreply.github.com>
This commit is contained in:
-LAN-
2026-03-19 17:08:34 +08:00
committed by GitHub
parent ef9803f8b9
commit 7019395a28
5 changed files with 39 additions and 22 deletions

View File

@@ -6,8 +6,8 @@ runs:
- name: Setup Vite+
uses: voidzero-dev/setup-vp@4a524139920f87f9f7080d3b8545acac019e1852 # v1.0.0
with:
node-version-file: "./web/.nvmrc"
node-version-file: web/.nvmrc
cache: true
cache-dependency-path: web/pnpm-lock.yaml
run-install: |
- cwd: ./web
args: ['--frozen-lockfile']
cwd: ./web