commit: 8e06b8f1a48ab69fd34145ffcea5ea2b2f8e7532 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat Dec 30 10:25:09 2023 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat Dec 30 10:36:57 2023 +0000 URL: https://gitweb.gentoo.org/proj/pkgcore/pkgdev.git/commit/?id=8e06b8f1
coverage: skip pkgdev bugs for now Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> .coveragerc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.coveragerc b/.coveragerc index 92b97a6..631f886 100644 --- a/.coveragerc +++ b/.coveragerc @@ -19,3 +19,5 @@ exclude_lines = # ignore unexecutable code if __name__ == .__main__.: +omit = + **/pkgdev/scripts/pkgdev_bugs.py