chore: update python tests target
This commit is contained in:
parent
34864b8623
commit
26a2c2dda0
2 changed files with 18 additions and 3 deletions
|
@ -63,7 +63,13 @@ install: $(VENV)
|
|||
.PHONY: .pytest
|
||||
.pytest: $(VENV)
|
||||
source $(VENV)/bin/activate
|
||||
pytest -n $(CPU_CORES) --color=yes -v --cov-report term --cov-report xml:./coverage.xml $(PYTEST_ARG)
|
||||
pytest -v \
|
||||
--numprocesses=$(CPU_CORES) \
|
||||
--color=yes \
|
||||
--cov-config=pyproject.toml \
|
||||
--cov-report=term \
|
||||
--cov-report=xml:./coverage.xml \
|
||||
$(PYTEST_ARG)
|
||||
|
||||
.PHONY: .clean
|
||||
.clean:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue