From cf7caa7ef9bf10ea8a50ad2146dfa94d605b5394 Mon Sep 17 00:00:00 2001 From: Johann Bauer Date: Sun, 15 Jul 2018 19:25:28 +0200 Subject: [PATCH] Don't measure coverage for files in gui or plugins --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 9a245bbc9..87053dcb3 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ deps= pytest coverage commands= - coverage run --source=electrum -m py.test -v + coverage run --source=electrum '--omit=electrum/gui/*,electrum/plugins/*,electrum/scripts/*' -m py.test -v coverage report extras= fast