summaryrefslogtreecommitdiff
path: root/howto.txt
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2015-07-23 21:22:30 -0400
committerNed Batchelder <ned@nedbatchelder.com>2015-07-23 21:22:30 -0400
commit080e181a8cc21b8e555fa96eaa54762eb2a76c8e (patch)
tree2b60605f7b2d8d57255039d718d238ce4cb0c493 /howto.txt
parentc7d226aa8ba7c8c37fdda5f594b1fff6f073a872 (diff)
downloadpython-coveragepy-git-080e181a8cc21b8e555fa96eaa54762eb2a76c8e.tar.gz
Refer to the project consistenly as coverage.py. #275
Diffstat (limited to 'howto.txt')
-rw-r--r--howto.txt8
1 files changed, 4 insertions, 4 deletions
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