From 59b07a12de95de776fa2f44a2101f63a156fee75 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 29 Oct 2021 06:33:31 -0400 Subject: deprecated: the annotate command will be removed in a future version --- doc/cmd.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc') diff --git a/doc/cmd.rst b/doc/cmd.rst index 2ce7cc13..b674e298 100644 --- a/doc/cmd.rst +++ b/doc/cmd.rst @@ -511,6 +511,11 @@ Other common reporting options are described above in :ref:`cmd_reporting`. Text annotation: ``coverage annotate`` -------------------------------------- +.. note:: + The **annotate** command has been obsoleted by more modern reporting tools, + including the **html** command. **annotate** will be removed in a future + version. + The **annotate** command produces a text annotation of your source code. With a ``-d`` argument specifying an output directory, each Python file becomes a text file in that directory. Without ``-d``, the files are written into the -- cgit v1.2.1