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

MinaProtocol / mina / 3409

26 Feb 2025 01:10PM UTC coverage: 32.353% (-28.4%) from 60.756%
3409

push

buildkite

web-flow
Merge pull request #16687 from MinaProtocol/dw/merge-compatible-into-develop-20250225

Merge compatible into develop [20250224]

23144 of 71535 relevant lines covered (32.35%)

16324.05 hits per line

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

25.0
/src/lib/work_selector/sequence.ml
1
module Make (Lib : Intf.Lib_intf) = struct
6✔
2
  let work ~snark_pool ~fee ~logger (state : Lib.State.t) =
3
    Lib.State.remove_old_assignments state ~logger ;
×
4
    let unseen_jobs = Lib.State.all_unseen_works state in
×
5
    match Lib.get_expensive_work ~snark_pool ~fee unseen_jobs with
×
6
    | [] ->
×
7
        None
8
    | x :: _ ->
×
9
        Lib.State.set state x ; Some x
×
10
end
11

12
let%test_module "test" =
13
  ( module struct
14
    module Test = Test.Make_test (Make)
15
  end )
6✔
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