Skip to content

Commit 3a3e58b

Browse files
committed
CI: Run codecov in WORKDIR
1 parent babb889 commit 3a3e58b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ _get_codecov: &_get_codecov
9898
9999
_run_codecov: &_run_codecov
100100
name: Run codecov
101+
environment: *test_environment
101102
command: |
102103
codecov --file "$WORKDIR/tests/coverage*.xml" --root "$HOME/nipype" --flags unittests -e "$CIRCLE_JOB"
103104
codecov --file "$WORKDIR/tests/smoketest*.xml" --root "$HOME/nipype" --flags smoketests -e "$CIRCLE_JOB"

0 commit comments

Comments
 (0)