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

openSUSE / agama / 10736959157
72%

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

06 Sep 2024 10:40AM UTC coverage: 71.796% (+0.004%) from 71.792%
10736959157

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

28 existing lines in 6 files now uncovered.

21651 of 30056 relevant lines covered (72.04%)

36.56 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
95.74
0.09% service/lib/agama/software/product_builder.rb
1
97.3
0.15% service/lib/agama/software/product.rb
1
95.74
0.09% service/service/lib/agama/software/product_builder.rb
1
97.3
0.15% service/service/lib/agama/software/product.rb
12
85.85
0.0% service/lib/agama/dbus/software/product.rb
12
85.85
0.0% service/service/lib/agama/dbus/software/product.rb
Subprojects
ID Flag name Job ID Ran Files Coverage
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
3 rust 10723926129.3 05 Sep 2024 04:07PM UTC 96
24.25
GitHub Action Run
Source Files on build 10736959157
  • 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 #10736959157
  • d6a691a0 on github
  • Prev Build on master (#10723926129)
  • Next Build on master (#10736959168)
  • 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