From 895b2d376d2dfe422d37a83f45f023c16be1f060 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 25 Jul 2010 21:35:21 -0400 Subject: Update the history timestamps. --- doc/excluding.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc/excluding.rst') diff --git a/doc/excluding.rst b/doc/excluding.rst index 55acebeb..466f56a7 100644 --- a/doc/excluding.rst +++ b/doc/excluding.rst @@ -6,6 +6,7 @@ Excluding code from coverage :history: 20090613T090500, brand new docs. :history: 20100224T200900, updated for 3.3. +:history: 20100725T211700, updated for 3.4. You may have code in your project that you know won't be executed, and you want @@ -91,3 +92,10 @@ Here's a list of exclusions I've used:: Note that when using the ``exclude_lines`` option in a configuration file, you are taking control of the entire list of regexes, so you need to re-specify the default "pragma: no cover" match if you still want it to apply. + + +Excluding source files +---------------------- + +See :ref:`source` for ways to limit what files coverage.py measures or reports +on. -- cgit v1.2.1