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/"