diff --git a/pytest.ini b/pytest.ini index 66771b4..e4a8398 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,6 +1,6 @@ [pytest] addopts = - --cov=TaiwanLottery tests/ + --cov=. tests/ --cov-report=term --cov-report=html --cov-report=xml \ No newline at end of file