From 9fea479af46594786675e57937bfcfc77a72d252 Mon Sep 17 00:00:00 2001 From: Mike Kinney Date: Fri, 24 Dec 2021 15:08:56 -0800 Subject: [PATCH] do not add the test.py to the code coverage --- .coveragerc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.coveragerc b/.coveragerc index 055fbe5..dc58f07 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,2 +1,2 @@ [run] -omit = meshtastic/*_pb2.py,meshtastic/tests/*.py +omit = meshtastic/*_pb2.py,meshtastic/tests/*.py,meshtastic/test.py