This commit is contained in:
felinae98
2022-02-22 15:28:09 +08:00
parent 3fdf91ac20
commit 9448a93360
3 changed files with 2 additions and 5 deletions
+1 -1
View File
@@ -163,7 +163,7 @@ jobs:
command: poetry run playwright install-deps && poetry run playwright install chromium
- run:
name: Coverage test
command: poetry run pytest --cov-report html --cov-report xml --cov=./src/plugins/nonebot_bison --junitxml=test-results/junit.xml\
command: poetry run pytest --cov-report html --cov-report xml --cov=./src/plugins/nonebot_bison --junitxml=test-results/junit.xml
-k 'not compare and not render'
- store_test_results:
path: test-results