Add overview for reports

This commit is contained in:
Alex Root Junior 2019-11-20 00:40:14 +02:00
parent 9bc1aae0f5
commit d5b892fbec
3 changed files with 11 additions and 0 deletions

9
docs/reports.md Normal file
View 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.

View file

@ -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

View file

@ -1,6 +1,7 @@
from typing import AsyncIterable
import pytest
from aiogram.api.types import BufferedInputFile, FSInputFile, InputFile