This commit is contained in:
felinae98 2022-01-19 12:53:10 +08:00
parent edcefede50
commit c9471b7d5c
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

@ -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: