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

roundup-tracker / roundup / 25301329220
75%

Build:
DEFAULT BRANCH: master
Ran 04 May 2026 04:49AM UTC
Jobs 1
Files 117
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

04 May 2026 04:37AM UTC coverage: 74.811% (+0.1%) from 74.699%
25301329220

push

github

rouilj
refactor: replace isinstance(x, type(Y)) with (x, <type>)

Early python2 construct:

  isinstance(var, type(""))

would test if var is an instance of string. Swap all the following:

  type({}) -> dict
  type(()) -> tuple
  type([]) -> list
  type("") -> str
  type('') -> str
  type(u'') -> str (also u"")
  type(1) -> int

This leads to a speedup when the two forms are compared with timeit.
It also modernizes the code.

(I kept isinstance(..., unicode) may replace at some point in
the future.

49 of 56 new or added lines in 13 files covered. (87.5%)

216 existing lines in 3 files now uncovered.

19177 of 25634 relevant lines covered (74.81%)

4.4 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
66.84
0.0% roundup/cgi/templating.py
1
91.42
0.0% roundup/backends/rdbms_common.py
1
25.0
0.0% roundup/cgi/PageTemplates/PathIterator.py
1
88.9
0.0% roundup/rest.py

Coverage Regressions

Lines Coverage ∆ File
185
25.0
0.08% roundup/scripts/roundup_server.py
29
95.5
-0.01% roundup/configuration.py
2
96.97
32.53% roundup/install_util.py
Jobs
ID Job ID Ran Files Coverage
1 25301329220.1 04 May 2026 04:49AM UTC 117
74.81
GitHub Action Run
Source Files on build 25301329220
  • Tree
  • List 117
  • Changed 16
  • Source Changed 16
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25301329220
  • 965ce95d on github
  • Prev Build on master (#25226696959)
  • Next Build on master (#25392048822)
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