From 73113f5eb8c9c14ea1847ecf065c189cfe063589 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Thu, 12 May 2016 17:32:40 +0200 Subject: [PATCH] Fix codecov.yml --- codecov.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/codecov.yml b/codecov.yml index 61215c37b..1e5c1b9c4 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,8 +1,7 @@ coverage: - flags: - branches: master - ignore: - - unit_tests/.* - - third_party/.* + + ignore: + - unit_tests/.* + - third_party/.* comment: off