From fd4f97fd41534da82c2af692cc102ab409a9fae6 Mon Sep 17 00:00:00 2001 From: Cian Hughes Date: Fri, 23 May 2025 16:08:39 +0100 Subject: [PATCH] Another attempt to patch coverage reporting --- .github/workflows/tests.yml | 2 +- invenio_config_iform/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 9bf59c4..74e7feb 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -91,4 +91,4 @@ jobs: uses: coverallsapp/github-action@master with: github-token: ${{ secrets.GITHUB_TOKEN }} - file: coverage.lcov + path-to-lcov: coverage.xml diff --git a/invenio_config_iform/__about__.py b/invenio_config_iform/__about__.py index 63989e9..54248eb 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.13" +__version__ = "2025.5.20.14"