From be1e5a9891538e1a772e2f61fb494de297dd2c28 Mon Sep 17 00:00:00 2001 From: Baptiste Bauvin <baptiste.bauvin@lis-lab.fr> Date: Fri, 24 Apr 2020 18:14:28 -0400 Subject: [PATCH] Coverage public --- .gitlab-ci.yml | 2 ++ README.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index fa35318f..4f42286c 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 7ca75ab2..9084dbad 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. -- GitLab