From f6440dd5e64e67ebbdba5a0a7913d9783ef35f3b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 6 Dec 2011 15:03:34 -0400 Subject: [PATCH] coverage merged --- debian/changelog | 1 + doc/todo/test_coverage.mdwn | 6 ++++++ 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index f604adb75..b8107c9b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ ikiwiki (3.20111108) UNRELEASED; urgency=low * Consume all stdin when rcs_receive short-circuits, to avoid git SIGPIPE race. * Add path and path_natural sort orders (smcv) + * Test coverage can be checked with `make coverage` (smcv) -- Joey Hess Mon, 05 Dec 2011 15:14:48 -0400 diff --git a/doc/todo/test_coverage.mdwn b/doc/todo/test_coverage.mdwn index 4c0e9e16c..56e11e01a 100644 --- a/doc/todo/test_coverage.mdwn +++ b/doc/todo/test_coverage.mdwn @@ -11,8 +11,14 @@ Limitations of the current branch, which uses [[!cpan Devel::Cover]]: the two copies of each module; not a problem for [[plugins/contrib/trail]] which only has one test. +> How annoying. I think in at least some cases there is reason to use +> `./blib` -- perhaps everything that users `.` should be changed to use +> it. --[[Joey]] + * The [[plugins/git]] and [[plugins/mercurial]] plugins want to `chdir`, and so does [[!cpan Devel::Cover]], so they fight. For now, those tests are disabled under `make coverage`. --[[smcv]] + +> [[merged|done]] --[[Joey]] -- 2.26.2