From 220df4ad5001e0c92682c5dc860a1f815049062f Mon Sep 17 00:00:00 2001 From: Falk Werner Date: Sat, 21 Mar 2020 21:08:25 +0100 Subject: [PATCH] specify branch detection --- codecov.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/codecov.yml b/codecov.yml index 2efff1f..c629bb3 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,2 +1,10 @@ ignore: - test + +parsers: + gcov: + branch_detection: + conditional: yes + loop: yes + method: no + macro: no