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 | 4f8eabac69f6477b83276e583dcdf91c17f6cf0f (patch) | |
| tree | 4bb4bf8c154abcf46a6dc73609ca0b8cd151f455 /tests | |
| parent | 12c2cb141fcfd7ec14e04ce59e6294ffea4e2df9 (diff) | |
| download | dotemacs-4f8eabac69f6477b83276e583dcdf91c17f6cf0f.tar.gz dotemacs-4f8eabac69f6477b83276e583dcdf91c17f6cf0f.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: |
