coverage merged
authorJoey Hess <joey@kitenet.net>
Tue, 6 Dec 2011 19:03:34 +0000 (15:03 -0400)
committerJoey Hess <joey@kitenet.net>
Tue, 6 Dec 2011 19:04:56 +0000 (15:04 -0400)
debian/changelog
doc/todo/test_coverage.mdwn

index f604adb75b48daaf53d4ba925127ec4de944d8a9..b8107c9b074b1fd856e067e1239d28fa1eb3f705 100644 (file)
@@ -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
 
index 4c0e9e16c265747a80083ab4e8be152bcd47155c..56e11e01ac95d38a0c7e96f9169b06f8cad07045 100644 (file)
@@ -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]]