From d28809f7ac3915b94412f49742f7df90d0e55d11 Mon Sep 17 00:00:00 2001 From: Bryan Weber Date: Tue, 11 Oct 2022 22:24:57 -0400 Subject: [PATCH] [Test] Add branch coverage to Python --- test/python/coverage.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/test/python/coverage.ini b/test/python/coverage.ini index 14a8e48bd..80e95de18 100644 --- a/test/python/coverage.ini +++ b/test/python/coverage.ini @@ -4,3 +4,4 @@ omit = *.cti stringsource source = ../../build/python/cantera +branch = true