From 4f8eabac69f6477b83276e583dcdf91c17f6cf0f Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 10 May 2026 14:08:38 -0500 Subject: docs: update test and coverage documentation --- CLAUDE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CLAUDE.md') diff --git a/CLAUDE.md b/CLAUDE.md index 022acb1f..e0f97b1b 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -19,8 +19,9 @@ Craig's personal Emacs configuration. Pure Elisp, organized as modules loaded fr ```bash make # Show all targets make test # Run all tests -make test-file FILE=tests/test-foo.el # One file +make test-file FILE=test-foo.el # One file make test-name TEST=pattern # Match test names +make coverage # Generate .coverage/simplecov.json make validate-parens # Balanced parens in modules make validate-modules # Load all modules to verify they compile make compile # Byte-compile (writes .elc) -- cgit v1.2.3