chore: skip pic merge test (#141)

This commit is contained in:
felinae98
2022-11-14 17:15:17 +08:00
committed by GitHub
parent 23d2180fd5
commit 43e368a734
3 changed files with 9 additions and 2 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'
run: poetry run pytest --cov-report xml --cov=./src/plugins/nonebot_bison -k 'not compare and not render and not external'
- name: Upload coverage report
uses: codecov/codecov-action@v3