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 3030 # test core things in the general 2.7 version that circle has
3131 - nosetests -xv plotly/tests --with-coverage --cover-package=plotly
3232 - 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
4343 nosetests -xv plotly/tests --with-coverage --cover-package=plotly ||
4444 error_exit " ${LINENO} : test suite failed for Python ${version} "
4545 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}
4748
4849done
You can’t perform that action at this time.
0 commit comments