mirror of
https://github.com/open62541/open62541.git
synced 2025-06-03 04:00:21 +00:00
refactor(ci): exclude tests and examples from code coverage
This commit is contained in:
parent
7c500a1242
commit
af9757a369
@ -4,9 +4,9 @@ coverage:
|
|||||||
|
|
||||||
# Ignore examples, tests and generated files
|
# Ignore examples, tests and generated files
|
||||||
ignore:
|
ignore:
|
||||||
- "**/tests/**"
|
- "tests/"
|
||||||
- "**/examples/**"
|
- "examples/"
|
||||||
- "**/ua_eventfilter_grammar.c"
|
- "**/ua_eventfilter_grammar.c"
|
||||||
- "**/ua_eventfilter_lex.c"
|
- "**/ua_eventfilter_lex.c"
|
||||||
- "**/ua_types_lex.c"
|
- "**/ua_types_lex.c"
|
||||||
- "**/src_generated/**"
|
- "**/src_generated/**"
|
||||||
|
Loading…
Reference in New Issue
Block a user