Add code coverage to pytest command

This commit is contained in:
2024-01-30 10:00:46 -05:00
parent 221e03c7a0
commit 05753e3aa0
+1 -1
View File
@@ -4,7 +4,7 @@ test:
fmt: fmt:
ruff format . ruff format .
ci: ci:
pytest --record-mode=none tests/ pytest --cov=neon_client --record-mode=none tests/
record: record:
pytest --record-mode=rewrite tests/ pytest --record-mode=rewrite tests/