Skip to content

Commit d6a6c51

Browse files
committed
Make: Bump coverage failure threshhold to 85
1 parent 3984b74 commit d6a6c51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ test-coverage: install-test
5050
$(POETRY) run pytest -k "not kms" --cov=gardenlinux --cov-report=xml tests/
5151

5252
test-coverage-ci: install-test
53-
$(POETRY) run pytest -k "not kms" --cov=gardenlinux --cov-report=xml --cov-fail-under=50 tests/
53+
$(POETRY) run pytest -k "not kms" --cov=gardenlinux --cov-report=xml --cov-fail-under=85 tests/
5454

5555
test-debug: install-test
5656
$(POETRY) run pytest -k "not kms" -vvv -s

0 commit comments

Comments
 (0)