From 5190fd70bba7d7938b6dd2b020a949fc32141703 Mon Sep 17 00:00:00 2001 From: Pat Ferate Date: Thu, 11 Aug 2016 09:25:09 -0700 Subject: [PATCH] Add branch coverage (#615) It was unintentionally dropped during the migration to pytest. --- .coveragerc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.coveragerc b/.coveragerc index e3fff22..3a3e2cd 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,3 +1,6 @@ +[run] +branch = True + [report] omit = */samples/*