Skip to content

Commit e63704f

Browse files
committed
Omit *typing.py from code coverage
1 parent 034023a commit e63704f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,7 @@ source = [
148148
]
149149
branch = true
150150
omit = [
151+
"*typing.py", # Should not be needed at runtime
151152
# TODO: test these files directly when splitting out pyfgen_runtime
152153
"*exceptions.py",
153154
"*runtime_helpers.py",

0 commit comments

Comments
 (0)