diff options
Diffstat (limited to 'doc/cmd.rst')
-rw-r--r-- | doc/cmd.rst | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst index bffa147c..b945bf2c 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -7,26 +7,8 @@ Coverage.py command line usage ============================== -.. :history: 20090524T134300, brand new docs. -.. :history: 20090613T164000, final touches for 3.0 -.. :history: 20090913T084400, new command line syntax -.. :history: 20091004T170700, changes for 3.1 -.. :history: 20091127T200700, changes for 3.2 -.. :history: 20100223T200600, changes for 3.3 -.. :history: 20100725T211700, updated for 3.4 -.. :history: 20110827T212500, updated for 3.5.1, combining aliases -.. :history: 20120119T075600, Added some clarification from George Paci -.. :history: 20120504T091800, Added info about execution warnings, and 3.5.2. -.. :history: 20120807T211600, Clarified the combine rules. -.. :history: 20121003T074600, Fixed an option reference, https://bitbucket.org/ned/coveragepy/issue/200/documentation-mentions-output-xml-instead -.. :history: 20121117T091000, Added command aliases. -.. :history: 20140924T193000, Added --concurrency -.. :history: 20150802T174700, Updated for 4.0b1 -.. :history: 20190828T212200, added json report - .. highlight:: console - When you install coverage.py, a command-line script simply called ``coverage`` is placed in your Python scripts directory. To help with multi-version installs, it will also create either a ``coverage2`` or ``coverage3`` alias, |