Patch: Added coverage upload to coveralls to tests workflow

This commit is contained in:
2025-05-23 15:56:48 +01:00
parent 919cd3e4bd
commit c22f4f4d02
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=xml"
run: |
uv run test
- name: Upload coverage to Coveralls
uses: coverallsapp/github-action@master
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
path-to-lcov: coverage.xml

View File

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