From 6441c20a2cc0c8a256bd8cab06fea080a59ef189 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Thu, 11 Jan 2018 21:13:52 +0100 Subject: [PATCH] Modify codecov behaviour --- codecov.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/codecov.yml b/codecov.yml index 54226c2a..2b15981a 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,4 +1,8 @@ codecov: + status: + project: + default: + threshold: 2 branch: master coverage: @@ -8,3 +12,6 @@ coverage: - "**/catch_reporter_automake.hpp" - "**/catch_reporter_teamcity.hpp" - "**/external/clara.hpp" + +comment: + layout: "diff"