From 804c28c228ac5a842a12aa8a3f79453550a95ced Mon Sep 17 00:00:00 2001 From: BalzaniEdoardo Date: Thu, 14 Dec 2023 14:55:33 -0500 Subject: [PATCH] store coverage as xml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [