From 080e181a8cc21b8e555fa96eaa54762eb2a76c8e Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 23 Jul 2015 21:22:30 -0400 Subject: Refer to the project consistenly as coverage.py. #275 --- howto.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'howto.txt') diff --git a/howto.txt b/howto.txt index 2002da1a..f6c0743f 100644 --- a/howto.txt +++ b/howto.txt @@ -85,10 +85,10 @@ $ make metacov - This will run coverage under its own measurement. You can do this in - different environments (Linux vs. Windows, for example), then copy the - data files (.coverage.meta.*) to one machine for combination and - reporting. To combine and report: + This will run coverage.py under its own measurement. You can do this in + different environments (Linux vs. Windows, for example), then copy the data + files (.metacov.*) to one machine for combination and reporting. To + combine and report: $ make metahtml -- cgit v1.2.1