From 9672871ebee535941dd5db643d54d36e0915ae09 Mon Sep 17 00:00:00 2001 From: "Salvador E. Tropea" Date: Tue, 26 May 2020 12:23:01 -0300 Subject: [PATCH] Excluded the module import main() exclusion from coverage --- kiplot/__main__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiplot/__main__.py b/kiplot/__main__.py index b52249ca..56c26da7 100644 --- a/kiplot/__main__.py +++ b/kiplot/__main__.py @@ -120,4 +120,4 @@ def main(): if __name__ == "__main__": - main() + main() # pragma no cover