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.