From cbe2e205dac99f20afff4ccdeca21fd10d596565 Mon Sep 17 00:00:00 2001 From: Bradley Burns <56638814+bradb423@users.noreply.github.com> Date: Sat, 22 Jan 2022 20:14:23 +0000 Subject: 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 --- doc/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/index.rst') 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 `. - It can produce reports in a number of formats: :ref:`text `, - :ref:`HTML `, :ref:`XML `, and :ref:`JSON `. + :ref:`HTML `, :ref:`XML `, :ref:`LCOV `, + and :ref:`JSON `. - For advanced uses, there's an :ref:`API `, and the result data is available in a :ref:`SQLite database `. -- cgit v1.2.1