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

openSUSE / agama / 10700403649
72%

Build:
DEFAULT BRANCH: master
Ran 04 Sep 2024 11:14AM 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

04 Sep 2024 11:05AM UTC coverage: 71.757%. Remained the same
10700403649

push

github

web-flow
feat(storage): config support to delete partitions (#1572)

Allow using *delete* and *deleteIfNeeded* for a partition section in the
storage JSON config, according to the
[auto_storage](https://github.com/openSUSE/agama/blob/master/doc/auto_storage.md)
document.

Notes about the schema:

* *delete* and *deleteIfNeeded* cannot be set at the same time.
* If *delete* is set, then *search* is mandatory and no other property
is accepted.
* If *deleteIfNeeded* is set, then *search* is mandatory and *size* is
optional. No other property is accepted.

Examples:

* Delete a partition:

~~~json
{
  "search": "/dev/vda",
  "delete": true
}
~~~

* Delete a partition on demand:

~~~json
{
  "search": "/dev/vda",
  "deleteIfNeeded": true
}
~~~

* Resize or delete a partition on demand (resize is not implemenetd
yet):

~~~json
{
  "search": "/dev/vda",
  "size": { "min": 0 },
  "deleteIfNeeded": true
}
~~~

1987 of 2868 branches covered (69.28%)

Branch coverage included in aggregate %.

16 of 16 new or added lines in 5 files covered. (100.0%)

1 existing line in 1 file now uncovered.

21593 of 29993 relevant lines covered (71.99%)

36.1 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
98.73
0.0% service/lib/y2storage/agama_proposal.rb
Subprojects
ID Flag name Job ID Ran Files Coverage
3 rust 10700403649.3 04 Sep 2024 11:14AM UTC 96
24.27
GitHub Action Run
3 service 10700232754.3 04 Sep 2024 10:56AM UTC 442
87.15
GitHub Action Run
3 web 8937163624.3 03 May 2024 09:49AM UTC 343
75.3
GitHub Action Run
Source Files on build 10700403649
  • Tree
  • List 881
  • Changed 98
  • Source Changed 17
  • Coverage Changed 30
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #10700403649
  • a6926d68 on github
  • Prev Build on master (#10700232760)
  • Next Build on master (#10717858404)
  • 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