Skip to content

Commit 4c4f4ac

Browse files
committed
docs: say a little more about annotate in the changelog
1 parent 59b07a1 commit 4c4f4ac

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGES.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ Unreleased
2525

2626
- Deprecated: The ``annotate`` command and the ``Coverage.annotate`` function
2727
will be removed in a future version, unless people let me know that they are
28-
using it. Get in touch if you do: [email protected].
28+
using it. Instead, the ``html`` command gives better-looking (and more
29+
accurate) output, and the ``report -m`` command will tell you line numbers of
30+
missing lines. Please get in touch if you have a reason to use ``annotate``
31+
over those better options: [email protected].
2932

3033
- Feature: Coverage now sets an environment variable, ``COVERAGE_RUN`` when
3134
running your code with the ``coverage run`` command. The value is not

0 commit comments

Comments
 (0)