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

kubernetes-sigs / external-dns / 27468299170
81%

Build:
DEFAULT BRANCH: master
Ran 13 Jun 2026 01:38PM UTC
Jobs 2
Files 156
Run time 1min
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

13 Jun 2026 01:36PM UTC coverage: 80.582% (-0.002%) from 80.584%
27468299170

push

github

web-flow
fix(coredns): return AAAA for IPv6 targets (#6489)

* fix(coredns): return AAAA for IPv6 targets

guessRecordType returned A for any parseable IP, mapping IPv6 service
hosts to A records instead of AAAA. Distinguish IPv4 from IPv6 via
To4() so IPv6 targets resolve to AAAA.

* test(coredns): add tutorial A/AAAA round-trip idempotency test

Mirrors docs/tutorials/coredns-etcd.md: writes an A and an AAAA service to etcd, reads them back, and asserts a second reconcile is a no-op. Guards against the IPv6-read-back-as-A regression that churned AAAA records every sync.

* test(coredns): drop redundant AAAA translation test

Read-back AAAA is already covered by TestCoreDNSRoundTrip and the type logic by TestGuessRecordType.

* nitpick

* refactor(coredns): reuse endpoint.SuitableType in guessRecordType

Replace hand-rolled IP classification with endpoint.SuitableType, the
repo-wide record-type classifier. Drops the now-unused net import.

IPv4-mapped IPv6 (::ffff:x) is now typed AAAA instead of A, matching
SuitableType and the other providers; test expectation updated.

17508 of 21727 relevant lines covered (80.58%)

1434.55 hits per line

Coverage Regressions

Lines Coverage ∆ File
19
88.86
-0.07% coredns/coredns.go
Jobs
ID Job ID Ran Files Coverage
1 run-macos-latest - 27468299170.1 13 Jun 2026 01:39PM UTC 156
80.58
GitHub Action Run
2 run-ubuntu-latest - 27468299170.2 13 Jun 2026 01:38PM UTC 156
80.58
GitHub Action Run
Source Files on build 27468299170
  • Tree
  • List 156
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27468299170
  • ff6d9255 on github
  • Prev Build on master (#27468027246)
  • Next Build on master (#27469127947)
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