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

jcronenberg / agama / 25503082392
90%

Build:
DEFAULT BRANCH: master
Ran 07 May 2026 02:49PM UTC
Jobs 3
Files 891
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.753% (+0.005%) from 77.748%
25503082392

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

1 of 1 new or added line in 1 file covered. (100.0%)

6 existing lines in 2 files now uncovered.

22230 of 27419 relevant lines covered (81.08%)

97.22 hits per line

Coverage Regressions

Lines Coverage ∆ File
3
86.79
1.61% web/web/src/api.ts
3
86.79
1.61% web/src/api.ts
Jobs
ID Job ID Ran Files Coverage
3 web - 25503082392.3 07 May 2026 02:49PM UTC 581
72.87
GitHub Action Run
3 service - 25382781095.3 05 May 2026 02:36PM UTC 310
91.51
GitHub Action Run
1 rust - 18310605132.1 07 Oct 2025 11:12AM UTC 184
18.57
GitHub Action Run
Source Files on build 25503082392
  • Tree
  • List 891
  • Changed 47
  • Source Changed 46
  • Coverage Changed 30
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25503082392
  • 24f47cd8 on github
  • Prev Build on master (#25382781095)
  • Next Build on master (#25503082244)
  • 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