From b5926a0f0b511704f1e3817a2517f5a61ddd6500 Mon Sep 17 00:00:00 2001 From: Jose Urra Date: Tue, 24 Oct 2023 09:23:29 +0200 Subject: [PATCH] Update pip.yml --- .github/workflows/pip.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pip.yml b/.github/workflows/pip.yml index 3b9c31c..9624835 100644 --- a/.github/workflows/pip.yml +++ b/.github/workflows/pip.yml @@ -39,8 +39,8 @@ jobs: - name: Test and generate coverage reports run: | - pip install pytest - pytest --cov=pymurtree --cov-report=xml + pip install pytest pytest-cov + pytest -v --cov=pymurtree --cov-report=xml - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3