Skip to content

Commit

Permalink
Remove coverage ignore for non-existent file (#752)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
shenanigansd committed Dec 19, 2023
1 parent b271d2b commit 7698237
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Expand Up @@ -42,7 +42,6 @@ exclude = ["docs/_build", "tests/manylinux/build-hello-world.sh", "tests/musllin

[tool.coverage.run]
branch = true
omit = ["packaging/_compat.py"]

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

0 comments on commit 7698237

Please sign in to comment.