From a49ab0a162b2966b83f0787b2b76a718c8d2ffb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Sun, 2 Feb 2020 14:18:20 +0100 Subject: [PATCH] Do not count test files into coverage --- codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/codecov.yml b/codecov.yml index b9af22f9..b100a026 100644 --- a/codecov.yml +++ b/codecov.yml @@ -11,6 +11,7 @@ coverage: target: 80% ignore: - "**/external/clara.hpp" + - "tests" codecov: