VibecoderMcSwaggins commited on
Commit
85d55c2
·
1 Parent(s): f632ba8

chore: include coverage in make check for better DevEx

Browse files
Files changed (1) hide show
  1. Makefile +1 -1
Makefile CHANGED
@@ -28,7 +28,7 @@ format:
28
  typecheck:
29
  uv run mypy src
30
 
31
- check: lint typecheck test
32
  @echo "All checks passed!"
33
 
34
  clean:
 
28
  typecheck:
29
  uv run mypy src
30
 
31
+ check: lint typecheck test-cov
32
  @echo "All checks passed!"
33
 
34
  clean: