diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-10 14:08:38 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-10 14:08:38 -0500 |
| commit | d9d7c7b03e1382834e23a8fa39824e1f076f8b04 (patch) | |
| tree | 3638ab1f7eb94fc62e7a3d72e28bc4f1b5e8bb5c /tests | |
| parent | 89aae5ebe8d3edb45609bc2698d99a479ec89cdd (diff) | |
| download | dotemacs-d9d7c7b03e1382834e23a8fa39824e1f076f8b04.tar.gz dotemacs-d9d7c7b03e1382834e23a8fa39824e1f076f8b04.zip | |
docs: update test and coverage documentation
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/run-coverage-file.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run-coverage-file.el b/tests/run-coverage-file.el index eeae5de9..50a0ed2e 100644 --- a/tests/run-coverage-file.el +++ b/tests/run-coverage-file.el @@ -3,7 +3,7 @@ ;;; Commentary: ;; Loaded via `-l tests/run-coverage-file.el' by the Makefile's coverage ;; target before each test file runs. Ensures undercover is active and -;; configured to merge into the shared LCOV output so coverage data +;; configured to merge into the shared SimpleCov JSON report so coverage data ;; accumulates across all test-file invocations. ;; ;; Per-file isolation matches the project's `make test-unit' pattern: |
