Skip to content

Commit 95a4a88

Browse files
committed
pyproject.toml: Ignore generated Python files
Add generated files to omit in the coverage report. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent baa0bd2 commit 95a4a88

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ omit = [
7575
[tool.coverage.report]
7676
omit = [
7777
"*/tmp/*",
78+
"net-tools/scripts/test.py",
79+
"subdir/Kconfiglib/scripts/test.py",
7880
]
7981

8082
[tool.coverage.paths]

0 commit comments

Comments
 (0)