File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,13 +107,13 @@ _run_codecov_coverage: &_run_codecov_coverage
107
107
name : Run codecov (coverage)
108
108
environment : *test_environment
109
109
command : |
110
- codecov --file $WORKDIR/tests/coverage*.xml --root "$HOME/nipype" --flags unittests -e CIRCLE_JOB
110
+ codecov --file $WORKDIR/tests/coverage*.xml --root "$HOME/nipype" --flags unittests -e CIRCLE_JOB --slug nipy/nipype
111
111
112
112
_run_codecov_smoke : &_run_codecov_smoke
113
113
name : Run codecov (smoke tests)
114
114
environment : *test_environment
115
115
command : |
116
- codecov --file $WORKDIR/tests/smoketest*.xml --root "$HOME/nipype" --flags smoketests -e CIRCLE_JOB
116
+ codecov --file $WORKDIR/tests/smoketest*.xml --root "$HOME/nipype" --flags smoketests -e CIRCLE_JOB --slug nipy/nipype
117
117
118
118
119
119
version : 2
You can’t perform that action at this time.
0 commit comments