Skip to content
Snippets Groups Projects
Commit 8d8b54c6 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[conda] Add coverage reports to documentation

parent 38e92f85
No related branches found
No related tags found
1 merge request!12Streamlining
Pipeline #39153 passed
......@@ -47,7 +47,7 @@ test:
imports:
- {{ name }}
commands:
- nosetests --with-coverage --cover-package={{ name }} -sv {{ name }}
- nosetests --with-coverage --cover-package={{ name }} --cover-erase --cover-html --cover-html-dir={{ project_dir }}/sphinx/coverage -sv {{ name }}
- sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx
- sphinx-build -aEb doctest {{ project_dir }}/doc sphinx
- conda inspect linkages -p $PREFIX {{ name }} # [not win]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment