X-Git-Url: https://scripts.mit.edu/gitweb/www/ikiwiki.git/blobdiff_plain/2e4340766e792d93f2ce0a86f5c8d8042bbee789..f6440dd5e64e67ebbdba5a0a7913d9783ef35f3b:/doc/todo/test_coverage.mdwn 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]]