Skip to content

Commit 7698237

Browse files
authored
Remove coverage ignore for non-existent file (#752)
The ignore was added in #1, and was migrated from `.coveragerc` to the `pyproject.toml` in #586, even though the file had already been deleted over a year ago in #376. Since the file no longer exists, the ignore should just be removed.
1 parent b271d2b commit 7698237

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ exclude = ["docs/_build", "tests/manylinux/build-hello-world.sh", "tests/musllin
4242

4343
[tool.coverage.run]
4444
branch = true
45-
omit = ["packaging/_compat.py"]
4645

4746
[tool.coverage.report]
4847
exclude_lines = ["pragma: no cover", "@abc.abstractmethod", "@abc.abstractproperty"]

0 commit comments

Comments
 (0)