Fix tester.yml coverage

This commit is contained in:
Nicola Demo
2025-03-19 17:59:50 +01:00
committed by FilippoOlivo
parent 9e6d5d5929
commit 7a5f156870

View File

@@ -59,6 +59,11 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install Python dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install .[test]
- name: Generate coverage report
run: |
python3 -m pytest --cov-report term --cov-report xml:cobertura.xml --cov=pina