Skip to content

Commit

Permalink
'data' is plural
Browse files Browse the repository at this point in the history
  • Loading branch information
hiramf authored Sep 18, 2023
1 parent afa7559 commit 16e6efa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coverage/control.py
Original file line number Diff line number Diff line change
Expand Up @@ -880,7 +880,7 @@ def _post_save_work(self) -> None:

# Find out if we got any data.
if not self._data and self._warn_no_data:
self._warn("No data was collected.", slug="no-data-collected")
self._warn("No data were collected.", slug="no-data-collected")

# Touch all the files that could have executed, so that we can
# mark completely un-executed files as 0% covered.
Expand Down

0 comments on commit 16e6efa

Please sign in to comment.