From 59605feee21322a49510e7825a0c8a66d7162ee1 Mon Sep 17 00:00:00 2001 From: Jack Gerrits Date: Fri, 15 Apr 2022 08:02:25 -0700 Subject: [PATCH] ci: update coverage ignore paths (#3874) --- codecov.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/codecov.yml b/codecov.yml index a5e437d892a..10c2e4781f0 100644 --- a/codecov.yml +++ b/codecov.yml @@ -13,9 +13,12 @@ coverage: # Coverage can drop by 0.5% before it is a failure. threshold: 0.5% paths: - - vowpalwabbit - - explore - - "!test" + - "vowpalwabbit/" ignore: - - "test" + - "**/tests/" + - "**/test/" + - "test/" + - "library/" + - "utl/" + - "ext_libs/"