We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64718b5 commit bca9724Copy full SHA for bca9724
Makefile
@@ -50,7 +50,7 @@ test-coverage: install-test
50
$(POETRY) run pytest -k "not kms" --cov=gardenlinux --cov-report=xml tests/
51
52
test-coverage-ci: install-test
53
- $(POETRY) run pytest -k "not kms" --cov=gardenlinux --cov-report=xml --cov-fail-under=50 tests/
+ $(POETRY) run pytest -k "not kms" --cov=gardenlinux --cov-report=xml --cov-fail-under=85 tests/
54
55
test-debug: install-test
56
$(POETRY) run pytest -k "not kms" -vvv -s
0 commit comments