Skip to content

Commit 0e8c00d

Browse files
committed
fix coverage omit
1 parent 4708a0a commit 0e8c00d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ extend-exclude = '(\.github)'
7474
# Coverage
7575
# https://coverage.readthedocs.io/en/latest/
7676
[tool.coverage.run]
77-
omit = ["_version.py", "utils.py"]
77+
omit = ["_version.py", "app.py", "utils.py"]
7878
source = ["src"]
7979

8080
# Hatchling

0 commit comments

Comments
 (0)