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

openSUSE / agama / 9379263727
72%

Build:
DEFAULT BRANCH: master
Ran 05 Jun 2024 06:29AM UTC
Jobs 3
Files 781
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

05 Jun 2024 06:26AM UTC coverage: 70.273% (-0.008%) from 70.281%
9379263727

push

github

web-flow
service: Convert autoyast partitioning section (#1285)

The list of drives in the "partitioning" section of an AutoYaST profile
is directly converted to json as "legacyAutoyastStorage" key.

See:

* https://github.com/openSUSE/agama/pull/1279
* https://github.com/openSUSE/agama/pull/1284

~~~
$ ./service/bin/agama-autoyast file:///path/to/profile.xml /tmp
$ cat /tmp/autoinst.json | jq

{
  "legacyAutoyastStorage": [
    {
      "device": "/dev/sda",
      "disklabel": "gpt",
      "enable_snapshots": true,
      "initialize": true,
      "partitions": [
        {
          "create": true,
          "partition_id": 263,
          "partition_nr": 1,
          "resize": false,
          "size": "8225280"
        }
      ],
      "type": "CT_DISK",
      "use": "all"
  ]
}
~~~

Note: Agama CLI complains when using `file://`:

~~~
$ agama profile autoyast file:///path/to/profile.xml
No such file or directory (os error 2)
~~~

1987 of 2868 branches covered (69.28%)

Branch coverage included in aggregate %.

2 of 2 new or added lines in 1 file covered. (100.0%)

18679 of 26540 relevant lines covered (70.38%)

31.73 hits per line

Subprojects
ID Flag name Job ID Ran Files Coverage
3 service 9379263727.3 05 Jun 2024 06:29AM UTC 350
86.37
GitHub Action Run
3 web 8937163624.3 03 May 2024 09:49AM UTC 343
75.3
GitHub Action Run
3 rust 9346461934.3 03 Jun 2024 08:10AM UTC 88
22.81
GitHub Action Run
Source Files on build 9379263727
  • Tree
  • List 781
  • Changed 27
  • Source Changed 6
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #9379263727
  • f7bf531b on github
  • Prev Build on master (#9346461934)
  • Next Build on master (#9381762502)
  • 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