Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo committed Feb 1, 2024
1 parent 8bc183b commit baed2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ jobs:
- run:
name: Merge coverage files
command: |
cd /home/circleci/src/coverage/
conda create -n cubids python=3.9 pip
source activate cubids
# Install CuBIDS
pip install -e .[tests]
cd /home/circleci/src/coverage/
coverage combine --data-file=/home/circleci/src/coverage/.coverage
coverage xml --data-file /home/circleci/src/coverage/.coverage -o /home/circleci/src/coverage/coverage.xml
- codecov/upload:
Expand Down

0 comments on commit baed2ff

Please sign in to comment.