From d4bcfd13e42f0acdb825cd7d32635804f4420f2a Mon Sep 17 00:00:00 2001 From: Micael Oliveira Date: Thu, 9 May 2024 12:30:35 +1000 Subject: [PATCH] Add xml report. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9db4905..4327b1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ test = [ ] [tool.pytest.ini_options] -addopts = ["--cov=om3utils", "--cov-report=term", "--cov-report=html"] +addopts = ["--cov=om3utils", "--cov-report=term", "--cov-report=html", "--cov-report=xml"] testpaths = ["tests"] [tool.coverage.run]