Skip to content

Commit 747028d

Browse files
committed
Updated CONTRIBUTING to recommend using the --forked flag when doing code coverage analysis
1 parent 3e085fd commit 747028d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ py.test -nauto --forked
282282
Code coverage can be measured as follows:
283283

284284
```shell
285-
py.test -nauto --cov=cmd2 --cov-report=term-missing --cov-report=html
285+
py.test -nauto --cov=cmd2 --cov-report=term-missing --cov-report=html --forked
286286
```
287287

288288
Then use your web browser of choice to look at the results which are in `<cmd2>/htmlcov/index.html`.

0 commit comments

Comments
 (0)