From 7b74b86891e09e763b13a67e0c0f9917fd9092f9 Mon Sep 17 00:00:00 2001 From: Patrick Niklaus Date: Thu, 12 May 2016 01:17:16 +0200 Subject: [PATCH] Add codecov file --- codecov.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 000000000..61215c37b --- /dev/null +++ b/codecov.yml @@ -0,0 +1,8 @@ +coverage: + flags: + branches: master + ignore: + - unit_tests/.* + - third_party/.* + +comment: off