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

MinaProtocol / mina / 1612

21 Oct 2024 08:28AM UTC coverage: 61.111% (+0.02%) from 61.093%
1612

push

buildkite

web-flow
Merge pull request #16255 from MinaProtocol/release/3.0.2

682 of 1335 new or added lines in 129 files covered. (51.09%)

148 existing lines in 47 files now uncovered.

47180 of 77204 relevant lines covered (61.11%)

555482.14 hits per line

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

37.5
/src/lib/cache_lib/cache_lib.ml
1
open Core_kernel
28✔
2
module Intf = Intf
3

4
include Impl.Make (struct
5
  let msg = sprintf "cached item was not consumed (cache name = \"%s\")"
28✔
6

7
  let handle_unconsumed_cache_item ~logger ~cache_exceptions ~cache_name =
NEW
8
    if cache_exceptions then
×
NEW
9
      let open Error in
×
NEW
10
      raise (of_string (msg cache_name))
×
11
    else
NEW
12
      [%log error] "Unconsumed item in cache: $cache"
×
NEW
13
        ~metadata:[ ("cache", `String (msg cache_name)) ]
×
14
end)
28✔
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