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

agama-project / agama / 16411656420 / 3 – web
74%
master: 74%

Build:
DEFAULT BRANCH: master
Ran 21 Jul 2025 08:19AM UTC
Files 558
Run time 22s
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

21 Jul 2025 08:04AM UTC coverage: 68.078% (+0.04%) from 68.038%
web – 16411656420.3

push

github

web-flow
fix(web): encode URL params for safer URL generation (#2576)

## Problem

Bug report https://bugzilla.suse.com/show_bug.cgi?id=1246551 (private
link) revealed that some URL parameters were not being properly encoded.
This led to issues where users could not access certain resources when
special characters (e.g., #, $, spaces) were present in the URL path.

## Solution

Introduced a new utility function, `generateEncodedPath`, which wraps
React Router's `generatePath` and ensures all path parameters are safely
URI-encoded using
[encodeURIComponent](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent).

Replaced all occurrences of `generatePath` in the codebase with
`generateEncodedPath`, adapting parameters where needed to ensure
compatibility.

2135 of 3880 branches covered (55.03%)

Branch coverage included in aggregate %.

11584 of 16272 relevant lines covered (71.19%)

67.32 hits per line

Source Files on job web - 16411656420.3
  • Tree
  • List 558
  • Changed 22
  • Source Changed 11
  • Coverage Changed 22
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 16411656420
  • e85761d1 on github
  • Prev Job for on master (#16404705292.3)
  • Next Job for on master (#16415367987.1)
  • 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