diff --git a/.coveragerc b/.coveragerc index 059a2b5..2e5e02a 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,4 +1,4 @@ [run] branch = True source = falcon -omit = falcon/tests*,falcon/bin*,falcon/bench* \ No newline at end of file +omit = falcon/tests*,falcon/bin*,falcon/bench*,falcon/cmd* \ No newline at end of file