From e2d0798b4e7b702c4aefd5da9a0796501c922234 Mon Sep 17 00:00:00 2001 From: vreuter Date: Thu, 2 May 2024 17:24:52 +0200 Subject: [PATCH] tweak test invocation command for CI --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 9af9607..9c499ab 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -25,7 +25,7 @@ jobs: - name: Install project run: python -m pip install .[testsuite] - name: Run unit tests on Python ${{ matrix.python-version }} on ${{ matrix.os }} - run: pytest + run: pytest --cov=./ --cov-report=xml - name: Upload coverage to Codecov uses: codecov/codecov-action@v4 with: