mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-10 17:53:17 +00:00
Add overview for reports
This commit is contained in:
parent
9bc1aae0f5
commit
d5b892fbec
3 changed files with 11 additions and 0 deletions
9
docs/reports.md
Normal file
9
docs/reports.md
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# Overview
|
||||
|
||||
In this project used code-quality analyzers and testing system. Here you can found last success results:
|
||||
|
||||
- Type checking [mypy](/reports/typechecking)
|
||||
- Lint [flake8](/reports/flake8)
|
||||
- Tests [pytest](/reports/tests) with [coverage](/reports/coverage)
|
||||
|
||||
This documentation is also generated only when all checks are passed.
|
||||
|
|
@ -213,6 +213,7 @@ nav:
|
|||
- api/types/game_high_score.md
|
||||
- api/sending_files.md
|
||||
- Build reports:
|
||||
- reports.md
|
||||
- Tests result: /reports/tests
|
||||
- Code coverage: /reports/coverage
|
||||
- mypy results: /reports/typechecking
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
from typing import AsyncIterable
|
||||
|
||||
import pytest
|
||||
|
||||
from aiogram.api.types import BufferedInputFile, FSInputFile, InputFile
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue