diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 74e7feb..2308b5a 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 }} - path-to-lcov: coverage.xml + path-to-lcov: coverage.lcov diff --git a/invenio_config_iform/__about__.py b/invenio_config_iform/__about__.py index 54248eb..2567cd7 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.14" +__version__ = "2025.5.20.15"