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

MinaProtocol / mina / 430

29 Jul 2025 09:22AM UTC coverage: 61.24% (+0.5%) from 60.772%
430

push

buildkite

web-flow
Merge pull request #17586 from MinaProtocol/amcie-mergeing-release/3.2.0-to-master

Merging release/3.2.0 to master for stable release

3142 of 5010 new or added lines in 308 files covered. (62.71%)

202 existing lines in 67 files now uncovered.

50735 of 82846 relevant lines covered (61.24%)

470378.08 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

40.0
/src/lib/disk_cache/identity/disk_cache.ml
1
open Async_kernel
119✔
2
open Core_kernel
3

4
module Make (Data : sig
5
  type t
6
end) =
7
struct
8
  type t = unit
9

10
  type id = Data.t
11

NEW
12
  let initialize _path ~logger:_ = Deferred.Result.return ()
×
13

NEW
14
  let get () = ident
×
15

NEW
16
  let put () = ident
×
17
end
238✔
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