mirror of
https://github.com/AdaCore/e3-core.git
synced 2026-02-12 12:29:08 -08:00
18 lines
325 B
Plaintext
18 lines
325 B
Plaintext
[run]
|
|
branch = False
|
|
# we can probably activate it once we have more coverage
|
|
|
|
[report]
|
|
fail_under = 60
|
|
# ideally should be around 90, work in progress
|
|
exclude_lines =
|
|
all: no cover
|
|
# os-specific
|
|
defensive code
|
|
# + <os>-only and <os>: no cover
|
|
# + py2-only or py3-only
|
|
|
|
|
|
[html]
|
|
title = e3 coverage report
|