mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 01:54:53 +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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue