From a1792adea07fa33fc7c0f30470cfdf5e57a0fb49 Mon Sep 17 00:00:00 2001 From: Ben Mares Date: Fri, 4 Aug 2023 13:57:56 +0200 Subject: [PATCH] Exclude vendored from codecov --- codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codecov.yml b/codecov.yml index 2eda28a2..207a5e5b 100644 --- a/codecov.yml +++ b/codecov.yml @@ -14,3 +14,5 @@ coverage: if_ci_failed: error #success, failure, error, ignore informational: false only_pulls: false +ignore: + - "pymc-marketing/vendored/**"