mirror of
https://github.com/open62541/open62541.git
synced 2025-06-03 04:00:21 +00:00
13 lines
236 B
YAML
13 lines
236 B
YAML
coverage:
|
|
round: down
|
|
precision: 1
|
|
|
|
# Ignore examples, tests and generated files
|
|
ignore:
|
|
- "tests/"
|
|
- "examples/"
|
|
- "**/ua_eventfilter_grammar.c"
|
|
- "**/ua_eventfilter_lex.c"
|
|
- "**/ua_types_lex.c"
|
|
- "**/src_generated/**"
|