From f30a92d5f132382b461fc8128c9834d8067ddb91 Mon Sep 17 00:00:00 2001 From: Matteo Cencini <83717049+mcencini@users.noreply.github.com> Date: Wed, 11 Sep 2024 17:05:45 +0200 Subject: [PATCH] Update test-ci.yml --- .github/workflows/test-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-ci.yml b/.github/workflows/test-ci.yml index b23a2c2..3dde328 100644 --- a/.github/workflows/test-ci.yml +++ b/.github/workflows/test-ci.yml @@ -49,7 +49,7 @@ jobs: shell: bash run: | export COVERAGE_FILE=coverage_${{ matrix.python-version }} - pytest -n auto --cov=src --cov-report term-missing:skip-covered --ignore=tests/phantoms/test_brainweb.py --ignore=tests/phantoms/test_osf.py + pytest -n auto --ignore=tests/phantoms/test_brainweb.py --ignore=tests/phantoms/test_osf.py --cov --disable-pytest-warnings --cov-branch --cov-report=term - name: Upload coverage if: success() uses: actions/upload-artifact@v4