From 129e21a96044f743aa27cb8d5a379b626ed7224f Mon Sep 17 00:00:00 2001 From: Ethan Paul <24588726+enpaul@users.noreply.github.com> Date: Sun, 23 Feb 2020 13:00:59 -0500 Subject: [PATCH] Fix typo in coveragerc --- .coveragerc | 2 -- 1 file changed, 2 deletions(-) diff --git a/.coveragerc b/.coveragerc index 1b79166..aa7c5e5 100644 --- a/.coveragerc +++ b/.coveragerc @@ -5,8 +5,6 @@ omit = [report] exclude_lines = - # Testing the main() function isn't a unit test, it's an integration test. main() - # Don't know why these aren't skipped by default \.\.\. pass