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

agama-project / agama / 16411656420
74%

Build:
DEFAULT BRANCH: master
Ran 21 Jul 2025 08:08AM UTC
Jobs 3
Files 1126
Run time 12min
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: 64.231% (+0.02%) from 64.207%
16411656420

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 %.

41 of 54 new or added lines in 11 files covered. (75.93%)

60 existing lines in 9 files now uncovered.

24759 of 37991 relevant lines covered (65.17%)

49.0 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
87.5
0.4% web/src/components/network/WiredConnectionsList.tsx
1
39.39
1.89% web/src/components/storage/FilesystemMenu.tsx
1
64.52
1.18% web/src/components/storage/SpacePolicyMenu.tsx
2
41.67
2.54% web/src/components/storage/UnusedMenu.tsx
2
39.06
0.97% web/src/components/storage/VolumeGroupEditor.tsx
6
80.65
-8.64% web/src/api/network.ts

Uncovered Existing Lines

Lines Coverage ∆ File
1
88.0
0.0% web/web/src/components/network/WiredConnectionDetails.tsx
2
95.92
1.47% web/web/src/utils.ts
2
89.66
0.37% web/web/src/components/network/WiredConnectionsList.tsx
4
80.65
-8.64% web/web/src/api/network.ts
6
43.48
2.57% web/web/src/components/storage/UnusedMenu.tsx
7
66.67
1.15% web/web/src/components/storage/SpacePolicyMenu.tsx
9
39.39
1.89% web/web/src/components/storage/FilesystemMenu.tsx
10
81.25
0.0% web/web/src/components/storage/PartitionsMenu.tsx
19
40.98
0.98% web/web/src/components/storage/VolumeGroupEditor.tsx
Subprojects
ID Flag name Job ID Ran Files Coverage
3 web 16411656420.3 21 Jul 2025 08:08AM UTC 558
68.08
GitHub Action Run
3 service 16345108111.3 17 Jul 2025 12:32PM UTC 389
88.49
GitHub Action Run
1 rust 16371653534.1 18 Jul 2025 01:32PM UTC 179
21.68
GitHub Action Run
Source Files on build 16411656420
  • Tree
  • List 1126
  • Changed 27
  • Source Changed 15
  • Coverage Changed 27
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #16411656420
  • e85761d1 on github
  • Prev Build on master (#16404705292)
  • Next Build on master (#16415367987)
  • 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