[chore] update codecov to ignore third_party (#9181)

This is the same rule that was used in contrib, ignores third_party dir
under mdatagen.

Signed-off-by: Alex Boten <aboten@lightstep.com>
This commit is contained in:
Alex Boten 2023-12-22 08:43:29 -08:00 committed by GitHub
parent 9f1abba573
commit ad12b5485c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -19,3 +19,4 @@ coverage:
ignore:
- "pdata/internal/data/protogen/**/*"
- "cmd/mdatagen/third_party/**/*"