refactor(ci): exclude tests and examples from code coverage

This commit is contained in:
Marwin Glaser 2025-01-28 16:01:09 +01:00 committed by Julius Pfrommer
parent 7c500a1242
commit af9757a369

View File

@ -4,9 +4,9 @@ coverage:
# Ignore examples, tests and generated files
ignore:
- "**/tests/**"
- "**/examples/**"
- "tests/"
- "examples/"
- "**/ua_eventfilter_grammar.c"
- "**/ua_eventfilter_lex.c"
- "**/ua_types_lex.c"
- "**/src_generated/**"
- "**/src_generated/**"