mirror of
https://github.com/zama-ai/concrete.git
synced 2026-02-08 11:35:02 -05:00
fix: correct pytest command in Makefile
This commit is contained in:
2
Makefile
2
Makefile
@@ -78,7 +78,7 @@ pcc_internal: $(PCC_DEPS)
|
||||
|
||||
pytest:
|
||||
poetry run pytest -svv \
|
||||
--global-coverage-infos-json global-coverage-infos.json \
|
||||
--global-coverage-infos-json=global-coverage-infos.json \
|
||||
--cov=$(SRC_DIR) --cov-fail-under=100 \
|
||||
--cov-report=term-missing:skip-covered tests/
|
||||
.PHONY: pytest
|
||||
|
||||
@@ -26,6 +26,8 @@ def pytest_addoption(parser):
|
||||
|
||||
parser.addoption(
|
||||
"--global-coverage-infos-json",
|
||||
action="store",
|
||||
default=None,
|
||||
type=str,
|
||||
help="To dump pytest-cov term report to a text file.",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user