Closed AnonymouX47 closed 2 months ago
Click to see where and how coverage changed
File Statements Missing Coverage Coverage
(new stmts)Lines missing
src/term_image
__init__.py
29-30, 40
_ctlseqs.py
_utils.py
5-43, 52-80, 85-86, 92-97, 101-107, 114-136, 143, 157-208, 256-420, 428-436, 444, 452, 460-910
color.py
exceptions.py
geometry.py
padding.py
utils.py
22
src/term_image/image
block.py
common.py
1940
iterm2.py
kitty.py
302
src/term_image/render
_iterator.py
src/term_image/renderable
_renderable.py
_types.py
src/term_image/widget
_urwid.py
Project Total
This report was generated by python-coverage-comment-action
Superseded by #131.
My vision for this aspect of the API has changed drastically since ef094db3754ad185eb7b06e2bdffd3f4392e4d0c.
._utils
and exports only public ones from.utils
.._utils.query_cache
@._utils.cached_query
NoActiveTerminalWarning
,get_active_terminal()
.NoActiveTerminalWarning
is now issued instead of the more genericTermImageUserWarning
, when there's no active terminal.TTYSyncProcess
,NoMultiProcessSyncWarning
.CellSize
.get_cell_size()
no longer usesCSI 16 t
to avoid premature rounding.get_cell_size()
now returnsCellSize
instead of.geometry.Size
.NameVersion
.get_terminal_name_version()
now returnsNameVersion
instead of a mere tuple..utils.get_fg_bg_colors()
(to the public API).get_fg_bg_colors()
now returnsColor
instead oftuple | str
.