From 2ab1811e18c918c64bbbe1fab5913d5b4470c713 Mon Sep 17 00:00:00 2001 From: Lorin Dawson Date: Thu, 20 Jul 2023 18:01:43 -0400 Subject: [PATCH] remove line causing exit 1 due to undiscoverable coverage file --- python/tox.ini | 1 - 1 file changed, 1 deletion(-) diff --git a/python/tox.ini b/python/tox.ini index e2d3f356..ef05cfca 100644 --- a/python/tox.ini +++ b/python/tox.ini @@ -34,7 +34,6 @@ deps = commands = coverage --version coverage run -m unittest discover -s tests -p '*_tests.py' - coverage report -m --data-file .coverage.{envname} [testenv:format] description = run formatters