From: Joey Hess <joey@kitenet.net>
Date: Tue, 6 Dec 2011 19:03:34 +0000 (-0400)
Subject: coverage merged
X-Git-Tag: 3.20111229~64
X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/f6440dd5e64e67ebbdba5a0a7913d9783ef35f3b?ds=inline

coverage merged
---

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 <joeyh@debian.org>  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]]