mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-13 10:26:53 +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
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -83,7 +83,7 @@ lint: isort black flake8 mypy
|
|||
.PHONY: test
|
||||
test:
|
||||
mkdir -p reports/tests/
|
||||
$(py) pytest --cov=aiogram --cov-config .coveragerc --html=reports/tests/report.html tests/
|
||||
$(py) pytest --cov=aiogram --cov-config .coveragerc --html=reports/tests/index.html tests/
|
||||
|
||||
.PHONY: build-testcov
|
||||
build-testcov:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue