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

agama-project / agama / 29510351317
83%

Build:
DEFAULT BRANCH: master
Ran 16 Jul 2026 03:19PM UTC
Jobs 3
Files 1046
Run time 3min
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

16 Jul 2026 03:15PM UTC coverage: 83.119% (+0.01%) from 83.108%
29510351317

push

github

web-flow
web: Avoid displaying a wrong reused filesystem type (#3732)

## Problem

When reusing an existing filesystem, the web UI shows a message like,
for example, "Current XFS at /dev/sb4". But the problem is that, in that
example, "XFS" is not really the current file-system type (which will be
kept), but the default file-system type that would be used if the device
would actually be re-formatted.

It is just a "cosmetic" error, since the proper operation is actually
performed.

## Solution

Omit the filesystem type. So instead of "Current XFS at /dev/sb4" the
string "Current /dev/sdb4" would be used. The string was already there
for other cases, so there is no impact in the translations and the
meaning of the sentence basically stays.

It would also be possible to inspect the current system to calculate the
real filesystem type that will be re-used and display that instead. But
the implemented fix is much easier and good enough for the SLE RC phase
(in which we want to be conservative with the changes).

## Testing

- Tested manually

## See also

Another solution was implemented in the model layer (see #3726), but we
are not sure whether is formally correct, so we opted for this simpler
solution for now.

4899 of 6836 branches covered (71.66%)

Branch coverage included in aggregate %.

25585 of 29839 relevant lines covered (85.74%)

123.82 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
78.95
7.52% web/web/src/components/storage/utils/partition.tsx
Subprojects
ID Flag name Job ID Ran Files Coverage
3 web 29510351317.3 16 Jul 2026 03:19PM UTC 727
80.02
GitHub Action Run
1 rust 19474749743.1 18 Nov 2025 05:18PM UTC 185
22.45
GitHub Action Run
3 service 29493743870.3 16 Jul 2026 11:17AM UTC 319
92.37
GitHub Action Run
Source Files on build 29510351317
  • Tree
  • List 1046
  • Changed 4
  • Source Changed 3
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #29510351317
  • d2ddffc6 on github
  • Prev Build on master (#29493743870)
  • Next Build on master (#29560638065)
  • Delete
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