From ea59c2abce31b7e1b9cde8a39bdc592b50eb2321 Mon Sep 17 00:00:00 2001 From: "Martin R. Albrecht" Date: Thu, 13 Jul 2017 11:11:38 +0200 Subject: [PATCH] don't collect coverage for tests and 3rd party code --- codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codecov.yml b/codecov.yml index f7bb64725..5ef87f4b0 100644 --- a/codecov.yml +++ b/codecov.yml @@ -22,3 +22,6 @@ coverage: enabled: yes # must be yes|true to enable this status target: 50% # specify the target "X%" coverage to hit + ignore: + - "tests" + - "fplll/io/json.hpp" \ No newline at end of file