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"