From 36744b738fc89871fa8482008bb5afbef0f4057a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Trimbour?= <77151348+r-trimbour@users.noreply.github.com> Date: Thu, 17 Oct 2024 01:29:44 +0200 Subject: [PATCH] Update codecov.yaml --- .github/workflows/codecov.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index 75e9658..2602168 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -22,6 +22,7 @@ jobs: pip install .[full] - name: Run tests and collect coverage run: | + pip install -e . pip install pytest-cov python -c 'import os; os.chdir("tests/"); import circe.pyquic; print(circe.pyquic)' pytest -s --cov "circe"