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

jcronenberg / agama / 25503082244
90%

Build:
DEFAULT BRANCH: master
Ran 07 May 2026 02:49PM UTC
Jobs 3
Files 892
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

07 May 2026 12:40PM UTC coverage: 90.022% (+12.3%) from 77.753%
25503082244

push

github

web-flow
Import the ntp-client section from AutoYaST profiles (#3473)

Follow-up of #3446.

Read the `ntp-client` section from AutoYaST profiles.

## Example

``` xml
  <ntp-client>
    <ntp_policy>auto</ntp_policy>
    <ntp_servers config:type="list">
      <ntp_server>
        <address>1.opensuse.pool.ntp.org</address>
        <iburst config:type="boolean">true</iburst>
        <offline config:type="boolean">false</offline>
      </ntp_server>
    </ntp_servers>
  </ntp-client>
</profile>
```

The excerpt above is converted to:

``` json
{
  "ntp": {
    "sources": [
      { "type": "pool", "address": "1.opensuse.pool.ntp.org", "iburst": true, "offline": false }
    ]
  }
}
```

## Testing

- Added a new unit test
- Tested manually

## Follow-up

- Update the documentation about AutoYaST compatibility.

534 of 648 branches covered (82.41%)

Branch coverage included in aggregate %.

17 of 17 new or added lines in 2 files covered. (100.0%)

11943 of 13212 relevant lines covered (90.4%)

201.83 hits per line

Jobs
ID Job ID Ran Files Coverage
3 service - 25503082244.3 07 May 2026 02:49PM UTC 311
91.53
GitHub Action Run
1 rust - 18310605132.1 07 Oct 2025 11:12AM UTC 184
18.57
GitHub Action Run
3 web - 25503082392.3 07 May 2026 02:49PM UTC 581
72.87
GitHub Action Run
Source Files on build 25503082244
  • Tree
  • List 892
  • Changed 4
  • Source Changed 3
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25503082244
  • 24f47cd8 on github
  • Prev Build on master (#25503082392)
  • 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