Skip to content
Snippets Groups Projects
Commit 7e51f0ac authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

correct code coverage generation step in CI

parent a3ac5a1e
No related branches found
No related tags found
1 merge request!13Master
Pipeline #28383 failed
......@@ -58,7 +58,7 @@ test-centos7:
- coverage report
- coverage html
- 'mkdir -p ../public/$CI_COMMIT_REF_NAME'
- 'mv html ../public/$CI_COMMIT_REF_NAME/coverage'
- 'mv htmlcov ../public/$CI_COMMIT_REF_NAME/htmlcov'
- pip3.6 install sphinx sphinx-argparse sphinxcontrib.bibtex sphinx_rtd_theme
- cd docs
- make html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment