[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:
parent
9f1abba573
commit
ad12b5485c
|
|
@ -19,3 +19,4 @@ coverage:
|
|||
|
||||
ignore:
|
||||
- "pdata/internal/data/protogen/**/*"
|
||||
- "cmd/mdatagen/third_party/**/*"
|
||||
|
|
|
|||
Loading…
Reference in New Issue