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.