Skip to content

Commit

Permalink
EBR-115. Install full libraries for computing coverage as well
Browse files Browse the repository at this point in the history
  • Loading branch information
romina1601 committed Nov 4, 2024
1 parent 6c6a564 commit 7abfaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7abfaf8

Please sign in to comment.