🚚 fix source code path

This commit is contained in:
felinae98
2023-03-12 20:04:19 +08:00
parent 45cec9d9ef
commit e43edaa717
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -75,7 +75,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' -n auto
run: poetry run pytest --cov-report xml --cov=./nonebot_bison -k 'not compare and not render' -n auto
- name: Upload coverage report
uses: codecov/codecov-action@v3