👷 fix all-test

This commit is contained in:
felinae98 2023-03-20 00:11:58 +08:00
parent 4040c1fc0b
commit 569fcf84a5
No known key found for this signature in database
GPG Key ID: 00C8B010587FF610

View File

@ -100,7 +100,7 @@ jobs:
- uses: actions/checkout@v3
- name: Setup Python environment
uses: he0119/setup-python@79c04f1e1bcbfe45c9d0eca6aa522e9b364d7dfa
uses: ./.github/actions/setup-python
with:
python-version: ${{ matrix.python-version }}
@ -108,7 +108,7 @@ jobs:
run: poetry install
- name: Run Pytest
run: poetry run pytest --cov-report xml --cov=./src/plugins/nonebot_bison -k 'not compare' -n auto
run: poetry run pytest --cov-report xml --cov=./nonebot_bison -k 'not compare' -n auto
- name: Upload coverage report
uses: codecov/codecov-action@v3