From bf6bede8a27a94626935055d378689dfe9633469 Mon Sep 17 00:00:00 2001 From: Timo Furrer Date: Tue, 9 Nov 2021 12:20:45 +0100 Subject: [PATCH 1/3] Fix typo in source docs --- doc/source.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source.rst b/doc/source.rst index bab57a723..f95aa0b93 100644 --- a/doc/source.rst +++ b/doc/source.rst @@ -30,7 +30,7 @@ the ``[run] source`` configuration value. The value is a comma- or newline-separated list of directories or importable names (packages or modules). -If the source option is specified, only code those locations will be measured. +If the source option is specified, only code in those locations will be measured. Specifying the source option also enables coverage.py to report on unexecuted files, since it can search the source tree for files that haven't been measured at all. Only importable files (ones at the root of the tree, or in directories From 76b7223342b518f853f90549ad42121faa4b7bde Mon Sep 17 00:00:00 2001 From: Timo Furrer Date: Tue, 9 Nov 2021 13:53:47 +0100 Subject: [PATCH 2/3] Format lines --- doc/source.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/source.rst b/doc/source.rst index f95aa0b93..954b647b3 100644 --- a/doc/source.rst +++ b/doc/source.rst @@ -30,7 +30,8 @@ the ``[run] source`` configuration value. The value is a comma- or newline-separated list of directories or importable names (packages or modules). -If the source option is specified, only code in those locations will be measured. +If the source option is specified, +only code in those locations will be measured. Specifying the source option also enables coverage.py to report on unexecuted files, since it can search the source tree for files that haven't been measured at all. Only importable files (ones at the root of the tree, or in directories From 72e9761ee79eb2f5b61b21a5427e07fff6acd400 Mon Sep 17 00:00:00 2001 From: Timo Furrer Date: Tue, 9 Nov 2021 14:23:03 +0100 Subject: [PATCH 3/3] Remove trailing whitespace --- doc/source.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source.rst b/doc/source.rst index 954b647b3..e54ff9954 100644 --- a/doc/source.rst +++ b/doc/source.rst @@ -30,7 +30,7 @@ the ``[run] source`` configuration value. The value is a comma- or newline-separated list of directories or importable names (packages or modules). -If the source option is specified, +If the source option is specified, only code in those locations will be measured. Specifying the source option also enables coverage.py to report on unexecuted files, since it can search the source tree for files that haven't been measured