mirror of
https://github.com/suyiiyii/nonebot-bison.git
synced 2025-06-04 02:26:11 +08:00
fix ci
This commit is contained in:
parent
edcefede50
commit
c9471b7d5c
@ -150,7 +150,7 @@ jobs:
|
||||
pkg-manager: poetry
|
||||
- run:
|
||||
name: Coverage test
|
||||
command: poetry run -m pytest pytest --cov-report html --cov-report xml --cov=./src/plugins/nonebot_bison --junitxml=test-results/junit.xml -k 'not compare'
|
||||
command: poetry run pytest --cov-report html --cov-report xml --cov=./src/plugins/nonebot_bison --junitxml=test-results/junit.xml -k 'not compare'
|
||||
- store_test_results:
|
||||
path: test-results
|
||||
- run:
|
||||
|
Loading…
x
Reference in New Issue
Block a user