diff --git a/pytest.ini b/pytest.ini index 5550061..b4d11da 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,4 @@ [pytest] pythonpath = . - +addopts = --cov=src --cov-report html +norecursedirs = tmp*