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:
ruff format .
ci:
pytest --record-mode=none tests/
pytest --cov=neon_client --record-mode=none tests/
record:
pytest --record-mode=rewrite tests/