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

roundup-tracker / roundup / 23395106364
75%

Build:
DEFAULT BRANCH: master
Ran 22 Mar 2026 04:00AM UTC
Jobs 1
Files 118
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

22 Mar 2026 03:49AM UTC coverage: 74.64%. First build
23395106364

push

github

rouilj
bug: fix replacement for param writer_name -> writer correctly.

Use the html4css1 writer for now. If you use the html5_polyglot you
end up with:

  <main>
  processed rst
  </main>

rather than (html4css1 writer's):

  <div class="document">
  processed rst
  </div>

there can only be one <main> per document.  Each message must not be
inside a <main> tag.

I could string munge the main tag to a div. But that's ugly.  The
correct way is to subclass html5_polyglot and override the
HTMLTrnslator::documenttag_args replacing {'tagname': 'main'} with
{'tagname': 'div', "CLASS": "document"} or something similar.

That's a change for another time.

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

19128 of 25627 relevant lines covered (74.64%)

4.39 hits per line

Jobs
ID Job ID Ran Files Coverage
1 23395106364.1 22 Mar 2026 04:00AM UTC 118
74.64
GitHub Action Run
Source Files on build 23395106364
  • Tree
  • List 118
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #23395106364
  • d28b32de on github
  • Prev Build on master (#23393278682)
  • Next Build on master (#23419129501)
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