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

MinaProtocol / mina / 1643

29 Jul 2025 09:22AM UTC coverage: 32.11% (-28.7%) from 60.772%
1643

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

1010 of 3927 new or added lines in 242 files covered. (25.72%)

17401 existing lines in 378 files now uncovered.

23061 of 71818 relevant lines covered (32.11%)

24756.7 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
34✔
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
68✔
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