From: Ævar Arnfjörð Bjarmason Date: Sun, 25 Jul 2010 19:52:44 +0000 (+0000) Subject: t/README: A new section about test coverage X-Git-Tag: v1.7.3-rc0~2^2~35 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0c357544b0d4415c464fb8b35593b21db1d1f7f7;p=git.git t/README: A new section about test coverage Document how test writers can generate coverage reports, to ensure that their tests are really testing the code they think they're testing. Signed-off-by: Ævar Arnfjörð Bjarmason Reviewed-by: Jonathan Nieder Signed-off-by: Junio C Hamano --- diff --git a/t/README b/t/README index 336871fe4..468876de0 100644 --- a/t/README +++ b/t/README @@ -268,6 +268,9 @@ Do: git push gh && test ... + - Check the test coverage for your tests. See the "Test coverage" + below. + Don't: - exit() within a