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

agama-project / agama / 25496356290
81%

Build:
DEFAULT BRANCH: master
Ran 07 May 2026 12:44PM 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: 77.764% (+0.01%) from 77.753%
25496356290

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.

3888 of 6172 branches covered (62.99%)

Branch coverage included in aggregate %.

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

22247 of 27436 relevant lines covered (81.09%)

97.19 hits per line

Subprojects
ID Flag name Job ID Ran Files Coverage
3 service 25496356290.3 07 May 2026 12:44PM UTC 311
91.53
GitHub Action Run
1 rust 19474749743.1 18 Nov 2025 05:18PM UTC 185
22.45
GitHub Action Run
3 web 25442139904.3 06 May 2026 02:42PM UTC 581
72.87
GitHub Action Run
Source Files on build 25496356290
  • Tree
  • List 892
  • Changed 11
  • Source Changed 11
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25496356290
  • 24f47cd8 on github
  • Prev Build on master (#25442111529)
  • Next Build on master (#25521158149)
  • 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