Compare commits

...

2 Commits

Author SHA1 Message Date
Cian-H fd4f97fd41 Another attempt to patch coverage reporting 2025-05-23 16:08:39 +01:00
Cian-H c91ff83bb5 Attempt to patch automatic coveralls reporting 2025-05-23 16:06:49 +01:00
2 changed files with 2 additions and 2 deletions
+1 -1
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
+1 -1
View File
@@ -8,4 +8,4 @@
"""Metadata for this python module."""
__version__ = "2025.5.20.12"
__version__ = "2025.5.20.14"