From c177eaffc354fb94a596b4e4eca904aa815dbdfe Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 14 Aug 2026 14:30:21 +0100 Subject: [PATCH] Fixed coverage testing --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b6a45a1..1693c47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,12 +100,12 @@ ignore-vcs = true # Testing configuration [tool.pytest] -addopts = "--ruff --ruff-format --pydocstyle --doctest-glob=\"*.rst\" --doctest-modules --cov=invenio_config_iform --cov-report=term-missing tests invenio_theme_iform" +addopts = "--ruff --ruff-format --pydocstyle --doctest-glob=\"*.rst\" --doctest-modules --cov=invenio_theme_iform --cov-report=term-missing tests invenio_theme_iform" testpaths = ["tests", "invenio_theme_iform"] live_server_scope = "module" [tool.pytest.ini_options] -addopts = "--ruff --ruff-format --pydocstyle --doctest-glob=\"*.rst\" --doctest-modules --cov=invenio_config_iform --cov-report=term-missing tests invenio_theme_iform" +addopts = "--ruff --ruff-format --pydocstyle --doctest-glob=\"*.rst\" --doctest-modules --cov=invenio_theme_iform --cov-report=term-missing tests invenio_theme_iform" testpaths = ["tests", "invenio_theme_iform"] live_server_scope = "module"