From e956684a55ac60b251925a98d0534ef688b35007 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 4 Jun 2025 22:44:59 +0300 Subject: [PATCH] Install test coverage measuring in virtualenvs --- .local/bin/make-venv | 1 + 1 file changed, 1 insertion(+) diff --git a/.local/bin/make-venv b/.local/bin/make-venv index 678b4d3..ce028f7 100755 --- a/.local/bin/make-venv +++ b/.local/bin/make-venv @@ -4,6 +4,7 @@ python3 -m venv .venv . .venv/bin/activate pip install \ black \ + coverage \ isort \ 'python-lsp-server[rope]' \ ruff-lsp