Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/pytest_cov/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def __init__(self, options: argparse.Namespace, pluginmanager, start=True, no_co
"""Creates a coverage pytest plugin.

We read the rc file that coverage uses to get the data file
name. This is needed since we give coverage through it's API
name. This is needed since we give coverage through its API
the data file name.
"""

Expand Down
Loading