From 05753e3aa00bb5ce2437982d365ecff9552cc4c3 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 30 Jan 2024 10:00:46 -0500 Subject: [PATCH] Add code coverage to pytest command --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e85432a..f5c783b 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ test: fmt: ruff format . ci: - pytest --record-mode=none tests/ + pytest --cov=neon_client --record-mode=none tests/ record: pytest --record-mode=rewrite tests/