From b7626fcf2a9cb60da0fdde7a26780b85c40013e4 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Mon, 20 Sep 2010 06:03:39 -0400 Subject: Latest sample html output, using --source --- doc/sample_html/README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/sample_html/README.txt') diff --git a/doc/sample_html/README.txt b/doc/sample_html/README.txt index 2d3cd4a..30b96b9 100644 --- a/doc/sample_html/README.txt +++ b/doc/sample_html/README.txt @@ -1,5 +1,5 @@ This directory was made with:: cd C:\ned\cog\trunk - coverage run --branch cogapp\test_cogapp.py CogTestsInMemory - coverage html -i -d htmlcov + coverage run --branch --source=cogapp cogapp\test_cogapp.py CogTestsInMemory + coverage html -- cgit v1.2.1