From 7abfaf86abf8fda181b9d54aecb095a2d98fe234 Mon Sep 17 00:00:00 2001 From: romina1601 Date: Mon, 4 Nov 2024 14:45:06 +0200 Subject: [PATCH] EBR-115. Install full libraries for computing coverage as well --- .github/workflows/run-python-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-python-tests.yml b/.github/workflows/run-python-tests.yml index 840b8475..2994eb1c 100644 --- a/.github/workflows/run-python-tests.yml +++ b/.github/workflows/run-python-tests.yml @@ -92,7 +92,7 @@ jobs: - name: Compute coverage run: | - python -m pip install .[test] + python -m pip install .[full,test] pytest -v --cov --cov-report=xml:coverage.xml tvbextxircuits - name: SonarCloud Scan