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

kaidokert / krabitls-rs / 28150507707
85%

Build:
DEFAULT BRANCH: main
Ran 25 Jun 2026 06:08AM 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

25 Jun 2026 06:07AM UTC coverage: 62.451% (-0.5%) from 62.93%
28150507707

push

github

web-flow
feat(verify)!: always-compile cert validity, opt in via a clock slot (#60)

* feat(verify)!: always-compile cert validity, opt in via a clock slot

Drop the `validity` cargo feature. Cert time-validity folds into the
strategy as a type-level clock slot on `SafeStrategy<T, C, K = NoClock>`:
the default `NoClock` has an empty `check_validity`, so a build that never
opts in dead-code-eliminates `verify_validity` and the `der` decode to
zero. Opt in with `ClientParams::self_signed(h).clocked(clock)`.

Validity rides on `cert-der` (the decode needs der's UTCTime/GeneralizedTime):
available in the default der-parser build, absent in the der-free TLV build,
which stays byte-identical to before. `der` remains optional.

13 of 43 new or added lines in 4 files covered. (30.23%)

8 existing lines in 3 files now uncovered.

2721 of 4357 relevant lines covered (62.45%)

59.44 hits per line

Uncovered Changes

Lines Coverage ∆ File
15
50.0
-6.5% krabitls/src/traits/verify_strategy.rs
14
52.08
-7.1% krabitls/src/client/params.rs
1
56.81
0.2% krabitls/src/client/engine.rs

Coverage Regressions

Lines Coverage ∆ File
3
26.92
1.62% krabitls/src/client/error.rs
3
50.0
-6.5% krabitls/src/traits/verify_strategy.rs
2
52.08
-7.1% krabitls/src/client/params.rs
Jobs
ID Job ID Ran Files Coverage
1 28150507707.1 25 Jun 2026 06:08AM UTC 26
62.45
GitHub Action Run
Source Files on build 28150507707
  • Tree
  • List 26
  • Changed 9
  • Source Changed 9
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #28150507707
  • 5256f2fa on github
  • Prev Build on main (#28109284992)
  • Next Build on main (#28153218886)
  • 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