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

agama-project / agama / 16171372529
74%

Build:
DEFAULT BRANCH: master
Ran 09 Jul 2025 02:02PM UTC
Jobs 3
Files 1103
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

09 Jul 2025 01:58PM UTC coverage: 64.288% (+0.002%) from 64.286%
16171372529

push

github

web-flow
Fix unattended rmt (#2545)

## Problem

In unattended installation registration code cannot be omitted otherwise
registration of base product is skipped. Also RMT server url is not
converted when specified in autoyast profile.

bugzilla: https://bugzilla.suse.com/show_bug.cgi?id=1246069


## Solution

Fix both issues.


## Testing

Tested using following autoyast profile which also test omitting of
registration code:

```xml
<?xml version="1.0"?>
<!DOCTYPE profile>
<profile xmlns="http://www.suse.com/1.0/yast2ns"
	xmlns:config="http://www.suse.com/1.0/configns">
  <suse_register>
	  <do_registration config:type="boolean">true</do_registration>
	  <email>jreidinger@suse.com</email>
	  <reg_code></reg_code>
	  <reg_server>https://migration-rmt2.qe.nue2.suse.org</reg_server>
	  <reg_server_cert_fingerprint_type>SHA1</reg_server_cert_fingerprint_type>
	  <reg_server_cert_fingerprint>F6:7A:ED:BB:BC:94:CF:55:9D:B3:BA:74:7A:87:05:EF:67:4E:C2:DB</reg_server_cert_fingerprint>
  </suse_register>
  <software>
  <products config:type="list">
  <product>SLES</product>
  </products>
  </software>
  <users config:type="list">
	 <user>
	 <username>root</username>
	 <encrypted config:type="boolean">false</encrypted>
	 <user_password>linux</user_password>
	 </user>
  </users>
</profile>
```

1887 of 3409 branches covered (55.35%)

Branch coverage included in aggregate %.

4 of 7 new or added lines in 2 files covered. (57.14%)

4 existing lines in 1 file now uncovered.

23751 of 36471 relevant lines covered (65.12%)

47.24 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
69.05
0.0% rust/agama-lib/src/product/store.rs

Uncovered Existing Lines

Lines Coverage ∆ File
4
69.05
0.0% rust/agama-lib/src/product/store.rs
Subprojects
ID Flag name Job ID Ran Files Coverage
3 service 16171372529.3 09 Jul 2025 02:02PM UTC 386
88.48
GitHub Action Run
3 web 16149693642.3 08 Jul 2025 05:07PM UTC 540
68.16
GitHub Action Run
1 rust 16144413186.1 08 Jul 2025 01:32PM UTC 177
21.79
GitHub Action Run
Source Files on build 16171372529
  • Tree
  • List 1103
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #16171372529
  • 91704e5b on github
  • Prev Build on master (#16170277906)
  • Next Build on master (#16171372542)
  • 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