From cc77c2795611cac504fc82621ce2ef904780525e Mon Sep 17 00:00:00 2001 From: HgO Date: Wed, 17 Apr 2024 16:33:24 +0200 Subject: [PATCH] fix code coverage report --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 13c14e9..d8ec868 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,3 +1,3 @@ [pytest] asyncio_mode=strict -addopts=--cov=matrix_alertbot --cov-report=lcov:lcov.info --cov-report=coverage.xml --cov-report=term +addopts=--cov=matrix_alertbot --cov-report=lcov:lcov.info --cov-report=xml:coverage.xml --cov-report=term