Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in source docs #1275

Merged
merged 3 commits into from Nov 9, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion doc/source.rst
Expand Up @@ -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 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
Expand Down