Skip to content

Commit

Permalink
touched up ci-cd
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed May 20, 2024
1 parent bbf4175 commit 2be7805
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/ci-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
python -c "import fileformats.medimage_afni as m; print(f'{m.__name__} {m.__version__} @ {m.__file__}')"
- name: Test fileformats with pytest
run: >-
pytest ./related-packages/fileformats -sv --cov fileformats.medimage_afni
pytest ./related-packages -sv --cov fileformats.medimage_afni
--cov fileformats.extras.medimage_afni --cov-report xml .
test:
Expand Down Expand Up @@ -150,8 +150,7 @@ jobs:
python -c "import pydra as m; print(f'{m.__name__} {m.__version__} @ {m.__file__}')"
- name: Test with pytest
run: |
pytest -sv --doctest-modules ./pydra/tasks/afni \
--cov pydra.tasks.afni --cov-report xml
pytest -sv ./pydra/tasks/afni --cov pydra.tasks.afni --cov-report xml
- uses: codecov/codecov-action@v3
if: ${{ always() }}
with:
Expand Down

0 comments on commit 2be7805

Please sign in to comment.