feat: Добавлено вычисления покрытия для тестов бекенда

This commit is contained in:
2021-04-27 23:13:16 +03:00
parent 0ee81d4b42
commit fdd40d4592
3 changed files with 5 additions and 1 deletions

3
backend/.coveragerc Normal file
View File

@@ -0,0 +1,3 @@
[run]
omit =
backend/migrations/*

View File

@@ -1,4 +1,5 @@
pytest==6.2.3
pytest-cov==2.11.1
djangorestframework==3.12.4
django-filter==2.4.0
markdown==3.3.4