File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 30
30
# test core things in the general 2.7 version that circle has
31
31
- nosetests -xv plotly/tests --with-coverage --cover-package=plotly
32
32
- mkdir "${CIRCLE_ARTIFACTS}/${PYENV_VERSION}" || true
33
- - coverage html -d "${CIRCLE_ARTIFACTS}/${PYENV_VERSION}"
33
+ - coverage html -d "${CIRCLE_ARTIFACTS}/${PYENV_VERSION}" --title=${PYENV_VERSION}
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ for version in ${PLOTLY_PYTHON_VERSIONS[@]}; do
43
43
nosetests -xv plotly/tests --with-coverage --cover-package=plotly ||
44
44
error_exit " ${LINENO} : test suite failed for Python ${version} "
45
45
mkdir " ${CIRCLE_ARTIFACTS} /${PYENV_VERSION} " || true
46
- coverage html -d " ${CIRCLE_ARTIFACTS} /${PYENV_VERSION} "
46
+ coverage html -d " ${CIRCLE_ARTIFACTS} /${PYENV_VERSION} " \
47
+ --title=${PYENV_VERSION}
47
48
48
49
done
You can’t perform that action at this time.
0 commit comments