Skip to content
Snippets Groups Projects
Commit 82572a24 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

[tests] Add test results report for gitlab Tests.

parent cc628d71
Branches
Tags
1 merge request!304Add a command to train a pipeline
Pipeline #65027 passed
...@@ -65,7 +65,7 @@ test: ...@@ -65,7 +65,7 @@ test:
- bob bio pipeline score-norm --help - bob bio pipeline score-norm --help
- bob bio pipeline transform --help - bob bio pipeline transform --help
- bob bio pipeline train --help - bob bio pipeline train --help
- pytest --verbose --cov {{ name }} --cov-report term-missing --cov-report html:{{ project_dir }}/sphinx/coverage --cov-report xml:{{ project_dir }}/coverage.xml --pyargs {{ name }} - pytest --verbose --cov {{ name }} --cov-report term-missing --cov-report html:{{ project_dir }}/sphinx/coverage --cov-report xml:{{ project_dir }}/coverage.xml --junitxml={{ project_dir }}/test_results.xml --pyargs {{ name }}
- sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx - sphinx-build -aEW {{ project_dir }}/doc {{ project_dir }}/sphinx
- sphinx-build -aEb doctest {{ project_dir }}/doc sphinx - sphinx-build -aEb doctest {{ project_dir }}/doc sphinx
- conda inspect linkages -p $PREFIX {{ name }} # [not win] - conda inspect linkages -p $PREFIX {{ name }} # [not win]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment