aboutsummaryrefslogtreecommitdiff
path: root/tests/test-coverage-elisp-helpers.el
Commit message (Collapse)AuthorAgeFilesLines
* test(coverage-elisp): cover project-root resolution, report-path, runCraig Jennings2026-05-141-0/+113
Sibling `test-coverage-elisp--detect.el` covered the detect heuristic. This batch fills in the rest: - `cj/--coverage-elisp-project-root`: explicit arg wins, falls back to projectile, falls back to `default-directory`. - `cj/--coverage-elisp-report-path`: appends `.coverage/simplecov.json` to the resolved root. - `cj/--coverage-elisp-run`: launches `make coverage` via `compilation-start`, fires the callback with the report path on `finished` status, skips the callback on failure. projectile and compilation-start are stubbed; the compilation buffer is a real buffer the test creates and tears down.