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

MinaProtocol / mina / 535

25 Aug 2025 05:35PM UTC coverage: 32.09% (-28.7%) from 60.772%
535

push

buildkite

web-flow
Merge pull request #17673 from MinaProtocol/amcie-merge-release320-to-master

amcie-merge-release320-to-master

1010 of 3745 new or added lines in 242 files covered. (26.97%)

17403 existing lines in 378 files now uncovered.

23062 of 71866 relevant lines covered (32.09%)

24742.7 hits per line

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

16.67
/src/app/cli/src/init/mina_tracing.ml
1
open Core
51✔
2
open Async
3

4
(** [start dir] starts writing the trace output to [dir ^/ "trace" ^/(current_pid ^ ".trace")]. *)
5
let start dir =
6
  let trace_dir = dir ^/ "trace" in
×
NEW
7
  let%bind () = Mina_stdlib_unix.File_system.create_dir trace_dir in
×
8
  Writer.open_file ~append:true
×
9
    (trace_dir ^/ sprintf "%d.trace" (Unix.getpid () |> Pid.to_int))
×
10
  >>| O1trace_webkit_event.start_tracing
11

12
(** Stop tracing. *)
13
let stop () = O1trace_webkit_event.stop_tracing ()
×
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