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

agama-project / agama / 23436714669
64%
master: 77%

Build:
Build:
LAST BUILD BRANCH: network-tanstack-form-part6
DEFAULT BRANCH: master
Ran 23 Mar 2026 12:26PM UTC
Jobs 3
Files 747
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

23 Mar 2026 12:13PM UTC coverage: 68.53% (+14.2%) from 54.301%
23436714669

push

github

web-flow
Adapt agama config to return error code when no validates (SLE-16) (#3310)

Same than #3304 but for SLE-16

In contrary to SLE-16.1, in SLE-16 the `agama config load` returns 1 in
both cases when there is no product but continues otherwise.

## Tests

- *Tested manually*

### agama config validate

```bash
agama:~ # agama_not_fix/agama config validate profile.json || echo $?
✗ The profile is not valid. Please, check the following errors:

        * Additional properties are not allowed ('ID' was unexpected). /product
        * "id" is a required property. /product

agama:~ # agama_fix/agama config validate profile.json || echo $?
✗ The profile is not valid. Please, check the following errors:

        * Additional properties are not allowed ('ID' was unexpected). /product
        * "id" is a required property. /product

The profile is not valid
1
```

### agama config load

```bash
agama:~ # agama_not_fix/agama config load profile.json || echo $?
✗ The profile is not valid. Please, check the following errors:

        * Additional properties are not allowed ('ID' was unexpected). /product
        * "id" is a required property. /product

Cannot proceed with profile without specified product
1
agama:~ # agama_fix/agama config load profile.json || echo $?
✗ The profile is not valid. Please, check the following errors:

        * Additional properties are not allowed ('ID' was unexpected). /product
        * "id" is a required property. /product

The profile is not valid
1
agama:~ # agama_not_fix/agama config load profile.json || echo $?
✗ The profile is not valid. Please, check the following errors:

        * Additional properties are not allowed ('test' was unexpected). 

[1/2] Analyze disks
[2/2] Configure software

agama:~ # nmcli c
NAME                UUID                                  TYPE      DEVICE 
Wired connection 1  91b9fecf-4020-35ec-97f8-d8e2cdcff413  ethernet  enp1s0 
Wired connection 2  12b49824-ddaa-3f0f-a73f-ec0f1ccd12ae  ethernet  e... (continued)

2228 of 4007 branches covered (55.6%)

Branch coverage included in aggregate %.

0 of 5 new or added lines in 1 file covered. (0.0%)

2 existing lines in 1 file now uncovered.

11972 of 16714 relevant lines covered (71.63%)

70.68 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
5
0.0
0.0% rust/agama-cli/src/config.rs

Uncovered Existing Lines

Lines Coverage ∆ File
2
0.0
0.0% rust/agama-cli/src/config.rs
Subprojects
ID Flag name Job ID Ran Files Coverage
1 rust 23436714669.1 23 Mar 2026 12:26PM UTC 185
23.74
GitHub Action Run
3 web 23131609114.3 16 Mar 2026 06:57AM UTC 580
68.53
GitHub Action Run
3 service 19173157227.3 07 Nov 2025 03:47PM UTC 390
88.51
GitHub Action Run
Source Files on build 23436714669
  • Tree
  • List 765
  • Changed 3
  • Source Changed 3
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #23436714669
  • e2f0eaa0 on github
  • Prev Build on SLE-16 (#23131609114)
  • Next Build on SLE-16 (#23494288234)
  • 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