diff --git a/pytest.ini b/pytest.ini index 96f587e..61ea4bf 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,4 +1,4 @@ [pytest] python_files = injector_test.py injector_test_py3.py -addopts = -v --tb=native --doctest-glob=*.md --doctest-modules +addopts = -v --tb=native --doctest-glob=*.md --doctest-modules --cov-report term --cov-report html --cov-report xml --cov=injector --cov-branch norecursedirs = __pycache__ *venv* .git build