mirror of
https://github.com/nonebot/nonebot2.git
synced 2025-01-19 01:18:19 +08:00
👷 update codecov
This commit is contained in:
parent
008c6fd036
commit
6968d34fc2
4
.github/workflows/codecov.yml
vendored
4
.github/workflows/codecov.yml
vendored
@ -20,8 +20,10 @@ jobs:
|
||||
- uses: Gr1N/setup-poetry@v4
|
||||
|
||||
- name: Install dependencies
|
||||
run: poetry install -E all
|
||||
|
||||
- name: Run Pytest
|
||||
run: |
|
||||
poetry install -E all
|
||||
cd tests/
|
||||
poetry run pytest --cov-report xml
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user