From db7ccd66d3481446ab84fdf1fa99ca37d6311ed4 Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Tue, 14 Sep 2021 22:38:39 -0400 Subject: [PATCH] coverage omit fix --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 5eaefd6fc..c76805d1e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,8 +6,8 @@ source = lbry .tox/*/lib/python*/site-packages/lbry omit = - lbry/wallet/orchstr8/* - .tox/*/lib/python*/site-packages/lbry/wallet/orchstr8/* + lbry/wallet/orchstr8/ + .tox/*/lib/python*/site-packages/lbry/wallet/orchstr8/ [cryptography.*,coincurve.*,pbkdf2, libtorrent] ignore_missing_imports = True