From 925364296cf44ff0daefd6b6618f2dde264cd592 Mon Sep 17 00:00:00 2001 From: Viktor Villainov Date: Tue, 1 Jan 2019 07:04:23 -0500 Subject: [PATCH] Combine coverage reports --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c19cefd..a6ff1b2 100644 --- a/tox.ini +++ b/tox.ini @@ -6,7 +6,7 @@ deps = coverage commands = - coverage run --include=i2plib/* -m unittest + coverage run -p --include=i2plib/* -m unittest [testenv:codecov] passenv = CI TRAVIS TRAVIS_*