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

rm-hull / dot-block / 20494865609
53%
main: 43%

Build:
Build:
LAST BUILD BRANCH: feat/reload
DEFAULT BRANCH: main
Ran 24 Dec 2025 10:29PM UTC
Jobs 1
Files 14
Run time 471min
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

24 Dec 2025 10:29PM UTC coverage: 49.268% (-1.0%) from 50.249%
20494865609

Pull #49

github

rm-hull
feat: enhance mobileconfig for system-wide DNS

Updated the `mobileconfig` implementation to support system-wide DNS
deployment and on-demand connection rules:

- Added `PayloadScope`, `ServerName`, and `OnDemandRules` to models.
- Configured the profile to use **System** scope.
- Updated `DNSSettings` to use explicit IP addresses and `ServerName`.
- Renamed the output file to `dot-block.mobileconfig`.
- Refined payload identifiers for better consistency.

```mermaid
classDiagram
    class Profile {
        +String PayloadScope
        +[]DNSSpec PayloadContent
    }
    class DNSSpec {
        +DNSBlock DNSSettings
        +[]OnDemandRule OnDemandRules
    }
    class DNSBlock {
        +String ServerName
        +[]String ServerAddresses
    }
    Profile *-- DNSSpec
    DNSSpec *-- DNSBlock
    DNSSpec *-- OnDemandRule
```
Pull Request #49: feat: add apple `.mobileconfig` generation endpoint

0 of 50 new or added lines in 2 files covered. (0.0%)

404 of 820 relevant lines covered (49.27%)

0.53 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
7
0.0
0.0% internal/app.go
43
0.0
internal/mobileconfig/routes.go
Jobs
ID Job ID Ran Files Coverage
1 20494865609.1 24 Dec 2025 10:29PM UTC 14
49.27
GitHub Action Run
Source Files on build 20494865609
  • Tree
  • List 14
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #49
  • PR Base - main (#20494430877)
  • 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