From c03902baa41bdbc59031ca89c3a604fc6865fd03 Mon Sep 17 00:00:00 2001 From: Malik Date: Wed, 18 Feb 2026 08:54:58 -0700 Subject: [PATCH] fix coverage calculation --- .github/workflows/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index bdbbf1c8..9637bb73 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -43,7 +43,7 @@ jobs: micromamba install --yes -n test-env -c conda-forge paraview pip install --upgrade pip pip install --upgrade nox - pip install .[tests] + pip install -e .[tests] - name: Generate coverage report run: |