Compare commits

...

4 Commits

3 changed files with 9 additions and 2 deletions
+8
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.xml
-1
View File
@@ -1 +0,0 @@
-e .[docs,tests]
+1 -1
View File
@@ -8,4 +8,4 @@
"""Metadata for this python module."""
__version__ = "2025.5.20.11"
__version__ = "2025.5.20.14"