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

kaidokert / krabitls-rs / 28109284992
85%

Build:
DEFAULT BRANCH: main
Ran 24 Jun 2026 03:20PM UTC
Jobs 1
Files 26
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

24 Jun 2026 03:19PM UTC coverage: 62.93% (-2.6%) from 65.573%
28109284992

push

github

web-flow
refactor(identity): group ip-host items into mod ip_host + extract tests (#59)

* refactor(identity): group ip-host items into mod ip_host + extract tests

Wrap the five free ip-host production items (match_ip_address,
san_ip_addresses, IP_ADDRESS_TAG, SanIpAddressIter + its Iterator impl)
in one `#[cfg(feature = "ip-host")] mod ip_host`, so the gate is carried
once instead of per item; the two ip-host fragments embedded in ungated
fns stay inline and reference `ip_host::`. Extract `mod tests` to
identity/tests.rs and fold the ip-host and rsa test fns into
`mod ip_host_tests` / `mod rsa_tests` (mirroring the existing
validity_tests). identity.rs non-test cfgs 27 -> 11.

* refactor(identity): tighten ip_host visibility to pub(super)

`san_ip_addresses` and `SanIpAddressIter` are reached only from within
`identity` and its tests now that the re-export is gone; `pub(super)`
matches `match_ip_address`/`IP_ADDRESS_TAG` and keeps the surface minimal.

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

2762 of 4389 relevant lines covered (62.93%)

59.05 hits per line

Jobs
ID Job ID Ran Files Coverage
1 28109284992.1 24 Jun 2026 03:20PM UTC 26
62.93
GitHub Action Run
Source Files on build 28109284992
  • Tree
  • List 26
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28109284992
  • c7292ca2 on github
  • Prev Build on main (#28107067860)
  • Next Build on main (#28150507707)
  • 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