diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa35318ff454c0957c17471ec5e8f28e187f1943..4f42286c49e7c8e0ffbea92faef26c12b9167ff7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -48,6 +48,8 @@ pages: - sphinx-build -b html . ../build - cd ../.. - cp -r ./docs/build public + - mv htmlcov/index.html public/coverage/ + - mv htmlcov/style.css public/coverage/ artifacts: paths: - public diff --git a/README.md b/README.md index 7ca75ab283a58aeba9ba996111c5f7d2dc5ad9a0..9084dbadd7f6227ceeba1dbcb383fc5b65b9a9b1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [](http://www.gnu.org/licenses/gpl-3.0) -[](https://gitlab.lis-lab.fr/baptiste.bauvin/summit/badges/develop/pipeline.svg) -[](https://gitlab.lis-lab.fr/baptiste.bauvin/summit/badges/master) +[](https://gitlab.lis-lab.fr/baptiste.bauvin/summit/badges/master/pipeline.svg) +[](http://baptiste.bauvin.pages.lis-lab.fr/summit/coverage/index.html) # Supervised MultiModal Integration Tool's Readme This project aims to be an easy-to-use solution to run a prior benchmark on a dataset and evaluate mono- & multi-view algorithms capacity to classify it correctly.