add coverage testing
All checks were successful
Pytest / pytest (3.12) (push) Successful in 50s
Pytest / pytest (3.13) (push) Successful in 46s
Pytest / pytest (3.14) (push) Successful in 46s

This commit is contained in:
Justus Kuhlmann 2025-12-01 19:11:36 +01:00
commit 64cdcb1122
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

@ -36,4 +36,4 @@ jobs:
- name: Install corrlib - name: Install corrlib
run: uv sync --locked --all-extras --dev --python ${{ matrix.python-version }} run: uv sync --locked --all-extras --dev --python ${{ matrix.python-version }}
- name: Run tests - name: Run tests
run: uv run pytest tests run: uv run pytest --cov=corrlib tests