Merged PR 388: render coverage properly on ADO

render coverage properly on ADO
This commit is contained in:
Andreas Mueller 2022-03-17 17:37:53 +00:00
Родитель 3c2dd190ce
Коммит 3cfde5c061
3 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -33,7 +33,7 @@ pytest: conda-env .pytest.build-stamp
.pytest.build-stamp: $(PYTHON_FILES) pytest.ini
#conda run -n ${CONDA_DEFAULT_ENV} pytest -n auto --cov=mlos_core --cov-report=xml mlos_core/
conda run -n ${CONDA_DEFAULT_ENV} pytest --cov=mlos_core --cov-report=xml mlos_core/
conda run -n ${CONDA_DEFAULT_ENV} pytest --cov=mlos_core --cov-report=xml mlos_core/ --junitxml=junit/test-results.xml
touch .pytest.build-stamp
.PHONY: dist

Просмотреть файл

@ -2,7 +2,7 @@
addopts =
-svxl
-p mlos_core.optimizers.test.pytest_configure
-p pytest_configure
# Moved these to Makefile
#-n auto

Просмотреть файл