diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 90a126f814da4811a00cdd033e496ddbed160f43..75528b8d578a2cb7fede5b7057c6620c05841712 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ tests: - pip3 install git+https://github.com/multi-learn/scikit-multimodallearn.git - pip3 install -e . - pip3 install -e .[dev] - - python -m pytest + - pytest --cov=. --cov-report=html coverage: '/^TOTAL.+?(\d+\%)$/' artifacts: paths: @@ -57,7 +57,7 @@ pages: - pip3 install git+https://github.com/multi-learn/scikit-multimodallearn.git - pip3 install -e .[dev] - pip3 install -e .[doc] - - python -m pytest + - pytest --cov=. --cov-report=html - sphinx-apidoc -o docs/source summit - cd docs/source - sphinx-build -b html . ../build