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

openSUSE / agama / 11014967298
72%

Build:
DEFAULT BRANCH: master
Ran 24 Sep 2024 01:45PM UTC
Jobs 3
Files 911
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

24 Sep 2024 01:36PM UTC coverage: 72.152%. Remained the same
11014967298

push

github

web-flow
feature(storage): config support for current size (#1617)

Add support to the storage config for resizing a partition using its
current size as minimum or maximim limit, see
[auto_storage.md](https://github.com/openSUSE/agama/blob/master/doc/auto_storage.md#specifying-the-size-of-a-device)
document.

For growing a partition as much as possible:

~~~json
{
  "partitions": [
    {
      "search": "/dev/vda1",
      "size": {
        "min": "current"
      }
    }
  ]
}
~~~ 

For shrinking a partition as much as possible:

~~~json
{
  "partitions": [
    {
      "search": "/dev/vda1",
      "size": {
        "min": 0,
        "max": "current"
      }
    }
  ]
}
~~~ 

For omittied size, the default size indicated by the product is used for
a new partition. If the partition already exists (has a *search*), then
the current device size is used as default (i.e., the device is not
resized at all).

1987 of 2868 branches covered (69.28%)

Branch coverage included in aggregate %.

204 of 208 new or added lines in 13 files covered. (98.08%)

3 existing lines in 3 files now uncovered.

22661 of 31293 relevant lines covered (72.42%)

38.87 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
4
94.29
0.0% service/lib/agama/storage/config_builder.rb

Uncovered Existing Lines

Lines Coverage ∆ File
1
96.97
0.0% service/lib/agama/storage/config.rb
1
98.75
0.0% service/lib/y2storage/agama_proposal.rb
1
98.57
0.0% service/lib/y2storage/proposal/agama_device_planner.rb
Subprojects
ID Flag name Job ID Ran Files Coverage
3 rust 11014967298.3 24 Sep 2024 01:45PM UTC 104
25.47
GitHub Action Run
3 service 11014967324.3 24 Sep 2024 01:38PM UTC 464
88.6
GitHub Action Run
3 web 8937163624.3 03 May 2024 09:49AM UTC 343
75.3
GitHub Action Run
Source Files on build 11014967298
  • Tree
  • List 911
  • Changed 101
  • Source Changed 14
  • Coverage Changed 23
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #11014967298
  • 1e736e35 on github
  • Prev Build on master (#11014967324)
  • 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

© 2025 Coveralls, Inc