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

agama-project / agama / 16171372542
74%

Build:
DEFAULT BRANCH: master
Ran 09 Jul 2025 02:07PM UTC
Jobs 3
Files 1039
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: 76.376% (+12.1%) from 64.286%
16171372542

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 %.

3 of 6 new or added lines in 2 files covered. (50.0%)

4 existing lines in 2 files now uncovered.

21824 of 27636 relevant lines covered (78.97%)

62.28 hits per line

New Missed Lines in Diff

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

Uncovered Existing Lines

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