From 64cdcb11222409ddefeef42bb061c99dbb6156f7 Mon Sep 17 00:00:00 2001 From: Justus Kuhlmann Date: Mon, 1 Dec 2025 19:11:36 +0100 Subject: [PATCH] add coverage testing --- .github/workflows/pytest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 646c982..1fcb8fe 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -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