Skip to content
Snippets Groups Projects
Commit f5dab0c3 authored by Neda Moeini's avatar Neda Moeini
Browse files

Add coverage

parent 0f384256
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !2. Comments created here will be created in the context of that merge request.
......@@ -9,3 +9,4 @@ pytest
pytest-django
pytest-mock
faker
coverage
......@@ -5,6 +5,13 @@ envlist = py311
deps =
mypy
ruff
-r requirements.txt
commands =
ruff check .
mypy .
coverage erase
coverage run --source sage_validation -m pytest
coverage report --fail-under=90
coverage xml
coverage html
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment