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

Tatsh / wiswa / 25267017780
100%

Build:
DEFAULT BRANCH: master
Ran 03 May 2026 01:48AM UTC
Jobs 5
Files 17
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

03 May 2026 01:41AM UTC coverage: 100.0%. Remained the same
25267017780

push

github

Tatsh
utils.postprocess: percent-encode space in KDE Plasma badge label

The third element of the `kde` entry in `_social_badges` is the
shields.io label, which `_simple_icons_badge` interpolates verbatim
into the badge URL as
`https://img.shields.io/badge/{label}-{color}?logo={logo}`. With a
literal space, the resulting Markdown image
`[![KDE Plasma](https://img.shields.io/badge/KDE Plasma-blue?logo=kdeplasma)](https://kde.org/)`
breaks at the space inside the URL and the badge does not render in
generated READMEs that include the `kde` keyword.

Encode the space as `%20`, matching how other multi-word labels in
the same file are spelt (for example
`Buy%20Me%20a%20Coffee-{username}`). The first and third tuple
elements still read `KDE Plasma` because the first is the Markdown
link's anchor text and the third (now `KDE%20Plasma`) is only the
URL path segment.

Strengthen `test_post_process_steps_social_badges` with assertions
that pin both directions of the fix: `KDE%20Plasma-blue` must appear
in the rendered README, and the unencoded `KDE Plasma-blue` must not.
The test already exercised the `kde` branch via its keywords list, so
no new test or fixture was needed.

Signed-off-by: Andrew Udvare <audvare@gmail.com>

478 of 478 branches covered (100.0%)

Branch coverage included in aggregate %.

2476 of 2476 relevant lines covered (100.0%)

5.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25267017780.1 03 May 2026 01:48AM UTC 17
100.0
GitHub Action Run
2 25267017780.2 03 May 2026 01:48AM UTC 17
100.0
GitHub Action Run
3 25267017780.3 03 May 2026 01:48AM UTC 17
100.0
GitHub Action Run
4 25267017780.4 03 May 2026 01:48AM UTC 17
100.0
GitHub Action Run
5 25267017780.5 03 May 2026 01:48AM UTC 17
100.0
GitHub Action Run
Source Files on build 25267017780
  • Tree
  • List 17
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25267017780
  • c90e8dd4 on github
  • Prev Build on master (#25262778275)
  • Next Build on master (#25449319016)
  • Delete
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