From b8c2795b82376b49252383b96fbe8f46431deec1 Mon Sep 17 00:00:00 2001 From: Lee Miller Date: Fri, 29 Apr 2022 17:54:24 +0300 Subject: [PATCH] Fix coverage omit config value to not include /var/lib/buildbot/... and remove also __init__. --- tox.ini | 2 -- 1 file changed, 2 deletions(-) diff --git a/tox.ini b/tox.ini index 5a1d44e1..f76ee054 100644 --- a/tox.ini +++ b/tox.ini @@ -49,11 +49,9 @@ commands = [coverage:run] source = src omit = - */lib* tests.py */tests/* src/version.py - */__init__.py src/fallback/umsgpack/* [coverage:report]