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

openSUSE / agama / 10736959168
72%

Build:
DEFAULT BRANCH: master
Ran 06 Sep 2024 10:49AM UTC
Jobs 3
Files 881
Run time 2min
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

06 Sep 2024 10:40AM UTC coverage: 71.788% (-0.008%) from 71.796%
10736959168

push

github

web-flow
feat(storage): config support to reuse file systems (#1575)

Allow using *reuseIfPossible* for a *filesystem* section in the storage
JSON config. The
[auto_storage](https://github.com/openSUSE/agama/blob/master/doc/auto_storage.md)
document proposes to have a *reuse* property, but *reuseIfPossible* was
used instead, see
https://github.com/openSUSE/agama/pull/1575#pullrequestreview-2282229940:

If *reuseIfPossible* is true, then Agama will try to reuse the file
system, if any. In that case, some other properties from the
*filesystem* section would be ignored.

Example:

~~~json
{
  "search": "/dev/vda1",
  "filesystem": {
    "reuseIfPossible": true,
    "path": "/logs",
    "type": "xfs",
    "mkfsOptions": ["rw"]
  }
}
~~~

The properties *type* and *mkfsOptions* would be considered by Agama
only if the file system is not finally reused.

1987 of 2868 branches covered (69.28%)

Branch coverage included in aggregate %.

13 of 13 new or added lines in 3 files covered. (100.0%)

2 existing lines in 1 file now uncovered.

21647 of 30054 relevant lines covered (72.03%)

36.57 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
2
60.81
-3.66% rust/agama-lib/src/base_http_client.rs
Subprojects
ID Flag name Job ID Ran Files Coverage
3 rust 10736959168.3 06 Sep 2024 10:49AM UTC 96
24.19
GitHub Action Run
3 service 10736959157.3 06 Sep 2024 10:43AM UTC 442
87.2
GitHub Action Run
3 web 8937163624.3 03 May 2024 09:49AM UTC 343
75.3
GitHub Action Run
Source Files on build 10736959168
  • Tree
  • List 881
  • Changed 5
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #10736959168
  • d6a691a0 on github
  • Prev Build on master (#10736959157)
  • Next Build on master (#10786437175)
  • 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