test/more #9

Merged
jkuhl merged 10 commits from test/more into develop 2025-12-02 10:33:38 +01:00
Showing only changes of commit 64cdcb1122 - Show all commits

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

Justus Kuhlmann 2025-12-01 19:11:36 +01:00
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

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