Added automatic coveralls coverage reporting

This commit is contained in:
2025-05-23 16:13:22 +01:00
parent f4d6435146
commit 1a91b1c33c
2 changed files with 9 additions and 1 deletions

View File

@@ -82,5 +82,13 @@ jobs:
uv sync --group tests
- name: Run tests
env:
PYTEST_ADDOPTS: "--cov-report=lcov"
run: |
uv run test
- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.lcov

View File

@@ -8,4 +8,4 @@
"""Metadata for this python module."""
__version__ = "2025.5.20.3"
__version__ = "2025.5.20.4"