👷 CI: 添加 codecov junit result report (#3138)

This commit is contained in:
Ju4tCode
2024-11-23 11:25:39 +08:00
committed by GitHub
parent 06682ee36a
commit 02c41eb97a
2 changed files with 11 additions and 1 deletions

View File

@ -4,4 +4,4 @@
cd "$(dirname "$0")/../tests"
# Run the tests
pytest -n auto --cov-append --cov-report xml $@
pytest -n auto --cov-append --cov-report xml --junitxml=./junit.xml $@