Skip to content

Commit

Permalink
Update test-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mcencini committed Sep 11, 2024
1 parent 22318d3 commit 4a2160c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
- name: Run Tests
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 --cov=src --cov-report xml:coverage_${{ matrix.python-version }}.xml --cov-report term-missing:skip-covered --ignore=tests/phantoms/test_brainweb.py --ignore=tests/phantoms/test_osf.py
- name: Upload coverage
if: success()
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 4a2160c

Please sign in to comment.