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

mosquito / tagz / 27625487046
98%

Build:
DEFAULT BRANCH: master
Ran 16 Jun 2026 02:38PM UTC
Jobs 1
Files 4
Run time 1min
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

16 Jun 2026 02:37PM UTC coverage: 98.007% (+0.007%) from 98.0%
27625487046

push

github

mosquito
Reject dunder attribute access on HTML factory

`HTMLBase.__getattr__` happily invented tag classes for any name,
including ``__qualname__``, ``__name__``, ``__wrapped__`` etc. Sphinx
9.1's autodoc probes these, gets back a class instead of a string,
and the docs build dies with::

    type object 'TagQualname' has no attribute 'rpartition'

Fix: any name starting with ``_`` raises ``AttributeError``. This is
the right shape for introspection tools (sphinx-autodoc, pickle,
IDE hover, dir/repr machinery) — they all rely on `AttributeError`
to mean "not present". The underscore filter does NOT affect the
``snake_case → hyphenated`` mapping for real tags (covered by a
regression test).

2 of 2 new or added lines in 1 file covered. (100.0%)

541 of 552 relevant lines covered (98.01%)

4.9 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27625487046.1 16 Jun 2026 02:38PM UTC 4
98.01
GitHub Action Run
Source Files on build 27625487046
  • Tree
  • List 4
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • c1bb4d40 on github
  • Prev Build on master (#27625206696)
  • Next Build on master (#27626894446)
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