зеркало из https://github.com/microsoft/MLOS.git
Merged PR 388: render coverage properly on ADO
render coverage properly on ADO
This commit is contained in:
Родитель
3c2dd190ce
Коммит
3cfde5c061
2
Makefile
2
Makefile
|
@ -33,7 +33,7 @@ pytest: conda-env .pytest.build-stamp
|
||||||
|
|
||||||
.pytest.build-stamp: $(PYTHON_FILES) pytest.ini
|
.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 -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
|
touch .pytest.build-stamp
|
||||||
|
|
||||||
.PHONY: dist
|
.PHONY: dist
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
addopts =
|
addopts =
|
||||||
-svxl
|
-svxl
|
||||||
-p mlos_core.optimizers.test.pytest_configure
|
-p pytest_configure
|
||||||
|
|
||||||
# Moved these to Makefile
|
# Moved these to Makefile
|
||||||
#-n auto
|
#-n auto
|
||||||
|
|
Загрузка…
Ссылка в новой задаче