Attempt to patch automatic coveralls reporting

This commit is contained in:
2025-05-23 16:06:49 +01:00
parent c22f4f4d02
commit c91ff83bb5
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -8,4 +8,4 @@
"""Metadata for this python module."""
__version__ = "2025.5.20.12"
__version__ = "2025.5.20.13"