From 2225ba35d78f99c7740bd949a2fb0660af70ee65 Mon Sep 17 00:00:00 2001 From: Mike Kinney Date: Wed, 1 Dec 2021 11:00:10 -0800 Subject: [PATCH] oops. need to add test dir back for coverage --- .coveragerc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.coveragerc b/.coveragerc index 731da94..5c70a1a 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,2 +1,2 @@ [run] -omit = meshtastic/*_pb2.py,meshtastic/test/*,meshtastic/test.py +omit = meshtastic/*_pb2.py,meshtastic/test.py