mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +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
|
- name: Run tests
|
||||||
run: |
|
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
|
poetry run coverage html -d reports/coverage
|
||||||
|
|
||||||
- name: Build docs
|
- name: Build docs
|
||||||
|
|
|
||||||
2
Makefile
2
Makefile
|
|
@ -83,7 +83,7 @@ lint: isort black flake8 mypy
|
||||||
.PHONY: test
|
.PHONY: test
|
||||||
test:
|
test:
|
||||||
mkdir -p reports/tests/
|
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
|
.PHONY: build-testcov
|
||||||
build-testcov:
|
build-testcov:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue