Skip to content
Snippets Groups Projects
Commit dc3d85f9 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

CI: Add test-report to artifacts

parent e0434c44
No related branches found
No related tags found
No related merge requests found
Pipeline #17721 failed
# Minimal tests in windows environment
minimal-windows:
windows:
stage: test
except:
variables:
......@@ -14,8 +14,11 @@ minimal-windows:
- python -c "import numpy"
- python -m pip install -e .
- python setup.py test
artifacts:
paths:
- test-report
minimal-ubuntu:
ubuntu:
stage: test
except:
variables:
......@@ -26,8 +29,12 @@ minimal-ubuntu:
- python3 setup.py test
tags:
- docker
- cuda
artifacts:
paths:
- test-report
minimal-conda:
conda:
stage: test
except:
variables:
......@@ -39,6 +46,9 @@ minimal-conda:
- python setup.py test
tags:
- docker
artifacts:
paths:
- test-report
# -------------------- Linter & Documentation --------------------------------------------------------------------------
......
......@@ -81,7 +81,7 @@ extras = True
# e.g. --cov-report html (or xml) for html/xml output or --junitxml junit.xml
# in order to write a coverage file that can be read by Jenkins.
addopts =
--cov pystencils_autodiff --cov-report term-missing --html test-report/index.html
--cov pystencils_autodiff --cov-report html --html test-report/index.html
--verbose
norecursedirs =
dist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment