Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Feb 13, 2025
1 parent 0e4e7d2 commit ebccf43
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,12 @@ jobs:
pip install -e .[tests]
# Run tests
pytest --cov-append --cov-report term-missing --cov=cubids cubids
pytest -rP -o log_cli=true \
--cov-append \
--cov-branch \
--cov-report term-missing \
--cov=cubids \
cubids
mkdir /home/circleci/src/coverage
mv /home/circleci/src/CuBIDS/.coverage /home/circleci/src/coverage/.coverage.<< parameters.python_version >>
- persist_to_workspace:
Expand Down

0 comments on commit ebccf43

Please sign in to comment.