mirror of
https://github.com/AdaCore/langkit.git
synced 2026-02-12 12:28:12 -08:00
17 lines
314 B
INI
17 lines
314 B
INI
[run]
|
|
branch = True
|
|
omit =
|
|
*/langkit/fix_annotate_fields_types.py
|
|
*/langkit/gdb/*
|
|
*/langkit/setup.py
|
|
*/langkit/stylechecks/*
|
|
|
|
[report]
|
|
exclude_lines =
|
|
def __repr__
|
|
raise NotImplementedError()
|
|
raise not_implemented_error
|
|
assert False
|
|
if .*\.verbosity\..*:
|
|
# no-code-coverage
|