Skip to content

Commit 0410c0a

Browse files
committed
updated coverage settings in ci
1 parent 5aee31b commit 0410c0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci-cd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,14 @@ jobs:
119119
- name: Upload coverage to Codecov
120120
uses: codecov/codecov-action@v5
121121
with:
122-
fail_ci_if_error: true
122+
fail_ci_if_error: false
123123
token: ${{ secrets.CODECOV_TOKEN }}
124124

125125
fileformats-test:
126126
runs-on: ubuntu-latest
127127
strategy:
128128
matrix:
129-
python-version: ['3.8', '3.12']
129+
python-version: ['3.11', '3.13']
130130
steps:
131131
- uses: actions/checkout@v3
132132
- name: Revert version to most recent tag on upstream update

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ uv_resolution =
4949
min: lowest-direct
5050

5151
commands =
52-
pytest pydra/tasks/ants --cov=pydra.tasks.ants --cov-report term-missing --durations=20 --durations-min=1.0 {posargs:-n auto}
52+
pytest pydra/tasks/fsl --cov=pydra.tasks.fsl --cov-report term-missing --durations=20 --durations-min=1.0 {posargs:-n auto}
5353

5454
[testenv:style]
5555
description = Check our style guide

0 commit comments

Comments
 (0)