• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

urwid / urwid / 28241369171 / 1
72%
master: 72%

Build:
DEFAULT BRANCH: master
Ran 26 Jun 2026 01:36PM UTC
Files 61
Run time 6s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

26 Jun 2026 01:32PM UTC coverage: 72.561%. Remained the same
28241369171.1

push

travis-pro

web-flow
Fix IndexError in _tagmarkup_recurse when a sublist element is empty (#1172)

When a nested list element evaluates to an empty tagmarkup (e.g. `[]`),
`_tagmarkup_recurse` returns `([], [])`.  The attribute-merge block then
tries `al[0]` without first checking that `al` is non-empty, which raises
an `IndexError`.

Guard the merge with `if ral and al:` so that an empty sub-result is
simply skipped rather than crashing.

Fixes: `urwid.decompose_tagmarkup([("attr", "text"), []])` → IndexError

1881 of 2495 branches covered (75.39%)

Branch coverage included in aggregate %.

8353 of 11609 relevant lines covered (71.95%)

0.72 hits per line

Source Files on job run-3.13-ubuntu-latest" - 28241369171.1
  • Tree
  • List 61
  • Changed 2
  • Source Changed 2
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 28241369171
  • Travis Job
  • cb7fb3e5 on github
  • Prev Job for on master (#28236739777.4)
  • Next Job for on master (#28359798494.10)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc