From c91ff83bb5058f519cf686730faeb1f87a0b4ba7 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 23 May 2025 16:06:49 +0100 Subject: [PATCH] Attempt to patch automatic coveralls reporting --- .github/workflows/tests.yml | 4 ++-- invenio_config_iform/__about__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a3b1515..9bf59c4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -83,7 +83,7 @@ jobs: - name: Run tests env: - PYTEST_ADDOPTS: "--cov-report=xml" + PYTEST_ADDOPTS: "--cov-report=lcov" run: | uv run test @@ -91,4 +91,4 @@ jobs: uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} - path-to-lcov: coverage.xml + file: coverage.lcov diff --git a/invenio_config_iform/__about__.py b/invenio_config_iform/__about__.py index 87f25ef..63989e9 100644 --- a/invenio_config_iform/__about__.py +++ b/invenio_config_iform/__about__.py @@ -8,4 +8,4 @@ """Metadata for this python module.""" -__version__ = "2025.5.20.12" +__version__ = "2025.5.20.13"