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

mozilla / relman-auto-nag / #6005
24%
master: 26%

Build:
Build:
LAST BUILD BRANCH: HEAD
DEFAULT BRANCH: master
Ran 17 Aug 2026 07:34PM UTC
Jobs 1
Files 145
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

17 Aug 2026 07:25PM UTC coverage: 24.171% (+0.5%) from 23.679%
#6005

push

coveralls-python

suhaibmujahid
Format version numbers through get_flag instead of concatenating them

The versions returned by get_checked_versions() are ints, so the rules
that built Bugzilla flag names and values by concatenating them raised
TypeError. missed_uplifts crashed while rendering its email, and tracking
and unlanded had the same latent bug on the esr channel.

get_report_bugs() now takes the channel and the version and derives the
approval flag through get_flag(), which is the single place where a
version gets formatted into a flag name, so callers no longer stringify
or concatenate one. The missed_uplifts template uses Jinja's join filter,
which coerces its items, instead of Python's str.join.

Also drop the int() casts and the type: ignore comment that are no longer
needed now that the versions are ints.

553 of 3200 branches covered (17.28%)

9 of 16 new or added lines in 5 files covered. (56.25%)

2370 of 9805 relevant lines covered (24.17%)

0.24 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
37.84
-0.17% bugbot/utils.py
2
77.42
77.42% bugbot/rules/missed_uplifts.py
1
0.0
0.0% bugbot/rules/unlanded.py
Jobs
ID Job ID Ran Files Coverage
1 #6005.1 17 Aug 2026 07:34PM UTC 145
24.17
Source Files on build #6005
  • Tree
  • List 145
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 8cad4eea on github
  • Prev Build on HEAD
  • Next Build on HEAD
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc