From 556213717a6ea7dad0e05a53b789ee28e1162044 Mon Sep 17 00:00:00 2001 From: micbou Date: Tue, 7 Aug 2018 15:44:04 +0200 Subject: [PATCH] Ignore tests in codecov configuration --- codecov.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/codecov.yml b/codecov.yml index bf741df4..9a1d1696 100644 --- a/codecov.yml +++ b/codecov.yml @@ -13,6 +13,10 @@ coverage: patch: true changes: true + # We don't want statistics for the tests themselves. + ignore: + - .*/tests/.* + comment: layout: "header, diff, changes, uncovered" behavior: default # update if exists else create new