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/