From 151350f85c2799bcb2fde04c6746db7ab7e1ac95 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Thu, 20 Aug 2020 10:28:48 +0200 Subject: Add some debug traces and install pytest-cov for code coverage --- .circleci/config.yml | 1 + .github/test-requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 129fdc23..167cb4db 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -64,6 +64,7 @@ jobs: cp -R sphinx /tmp/sphinx; python3 setup.py install; python3 setup.py clean --all || true; + python3 -m pip list python3 -B -m pytest test/*.py --cov-report html --cov=gudhi; cp -R htmlcov /tmp/htmlcov; - store_artifacts: diff --git a/.github/test-requirements.txt b/.github/test-requirements.txt index 98f1007e..7d69c0b9 100644 --- a/.github/test-requirements.txt +++ b/.github/test-requirements.txt @@ -1,4 +1,5 @@ pytest +pytest-cov sphinx sphinxcontrib-bibtex sphinx-paramlinks -- cgit v1.2.3