From 45dca760185fa3e8e012dcf5d246b99731611d6d Mon Sep 17 00:00:00 2001 From: Granville Schmidt <1246157+gramidt@users.noreply.github.com> Date: Sun, 21 Feb 2021 08:52:41 -0700 Subject: [PATCH] added 'third_party' ignore within codecov to match Makefile ALL_SRC Signed-off-by: Granville Schmidt <1246157+gramidt@users.noreply.github.com> --- .codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.codecov.yml b/.codecov.yml index 2e2f5811ed2d..186ebc1de9af 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -18,3 +18,6 @@ coverage: default: enabled: yes target: 95% + +ignore: + - "*/**/third_party/**/*" # Ignore all 'third_party' directories and files within those directories recursively.