diff --git a/pyproject.toml b/pyproject.toml index a1f76a72..fb11f426 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,7 +100,7 @@ profile = "black" # Configure pytest [tool.pytest.ini_options] testpaths = ["tests"] # Specify the directory where test files are located -addopts = "--cov=src" +addopts = "--cov=src --cov-report=xml" [tool.coverage.report] exclude_lines = [