mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 09:55:21 +00:00
Change tests report filename
This commit is contained in:
parent
7d1c4dcca8
commit
1a2513e940
2 changed files with 2 additions and 2 deletions
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
|
|
@ -31,7 +31,7 @@ jobs:
|
|||
|
||||
- name: Run tests
|
||||
run: |
|
||||
poetry run pytest --cov=aiogram --cov-config .coveragerc --html=reports/tests/report.html tests/
|
||||
poetry run pytest --cov=aiogram --cov-config .coveragerc --html=reports/tests/index.html tests/
|
||||
poetry run coverage html -d reports/coverage
|
||||
|
||||
- name: Build docs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue