21 lines
376 B
INI
21 lines
376 B
INI
[run]
|
|
source = backend/app
|
|
omit = backend/tests/*,backend/app/ws/*,*/site-packages/*
|
|
branch = True
|
|
|
|
[report]
|
|
show_missing = True
|
|
fail_under = 90
|
|
exclude_lines =
|
|
pragma: no cover
|
|
def __repr__
|
|
async def stream
|
|
async for chunk
|
|
async with client.stream
|
|
async with aiofiles
|
|
async def stream_radio
|
|
@router.websocket
|
|
|
|
[html]
|
|
directory = coverage_html
|