add pic merge test back

This commit is contained in:
felinae98
2022-11-22 22:27:41 +08:00
parent 6c6021e2b9
commit 2730bd0e62
2 changed files with 40 additions and 13 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ jobs:
run: poetry install
- name: Run Pytest
run: poetry run pytest --cov-report xml --cov=./src/plugins/nonebot_bison -k 'not compare and not render and not external'
run: poetry run pytest --cov-report xml --cov=./src/plugins/nonebot_bison -k 'not compare and not render'
- name: Upload coverage report
uses: codecov/codecov-action@v3