Skip to content

Commit 8e06b8f

Browse files
committed
coverage: skip pkgdev bugs for now
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
1 parent fd2d7cd commit 8e06b8f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.coveragerc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ exclude_lines =
1919

2020
# ignore unexecutable code
2121
if __name__ == .__main__.:
22+
omit =
23+
**/pkgdev/scripts/pkgdev_bugs.py

0 commit comments

Comments
 (0)