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"