diff options
| author | Bradley Burns <56638814+bradb423@users.noreply.github.com> | 2022-01-22 20:14:23 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-22 12:14:23 -0800 |
| commit | cbe2e205dac99f20afff4ccdeca21fd10d596565 (patch) | |
| tree | 565406a74160d301741556397c43473e38459014 /doc/index.rst | |
| parent | 2cc2254581dad57719b155b4d349d4f6fdd65d2d (diff) | |
| download | python-coveragepy-git-cbe2e205dac99f20afff4ccdeca21fd10d596565.tar.gz | |
feat: add "lcov" command for generating LCOV reports
* Add LCOV functionality into coverage.py
* Add testing for the LCOV reporter
* Add documentation for the LCOV reporter
Diffstat (limited to 'doc/index.rst')
| -rw-r--r-- | doc/index.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/index.rst b/doc/index.rst index 9661797b..74193cbb 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -152,7 +152,8 @@ Coverage.py can do a number of things: - It can tell you :ref:`what tests ran which lines <dynamic_contexts>`. - It can produce reports in a number of formats: :ref:`text <cmd_report>`, - :ref:`HTML <cmd_html>`, :ref:`XML <cmd_xml>`, and :ref:`JSON <cmd_json>`. + :ref:`HTML <cmd_html>`, :ref:`XML <cmd_xml>`, :ref:`LCOV <cmd_lcov>`, + and :ref:`JSON <cmd_json>`. - For advanced uses, there's an :ref:`API <api>`, and the result data is available in a :ref:`SQLite database <dbschema>`. |
