diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-23 21:22:30 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2015-07-23 21:22:30 -0400 |
| commit | 080e181a8cc21b8e555fa96eaa54762eb2a76c8e (patch) | |
| tree | 2b60605f7b2d8d57255039d718d238ce4cb0c493 /howto.txt | |
| parent | c7d226aa8ba7c8c37fdda5f594b1fff6f073a872 (diff) | |
| download | python-coveragepy-git-080e181a8cc21b8e555fa96eaa54762eb2a76c8e.tar.gz | |
Refer to the project consistenly as coverage.py. #275
Diffstat (limited to 'howto.txt')
| -rw-r--r-- | howto.txt | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |
