We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent babb889 commit 3a3e58bCopy full SHA for 3a3e58b
.circleci/config.yml
@@ -98,6 +98,7 @@ _get_codecov: &_get_codecov
98
99
_run_codecov: &_run_codecov
100
name: Run codecov
101
+ environment: *test_environment
102
command: |
103
codecov --file "$WORKDIR/tests/coverage*.xml" --root "$HOME/nipype" --flags unittests -e "$CIRCLE_JOB"
104
codecov --file "$WORKDIR/tests/smoketest*.xml" --root "$HOME/nipype" --flags smoketests -e "$CIRCLE_JOB"
0 commit comments