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

MinaProtocol / mina / 3001

01 Dec 2024 06:25PM UTC coverage: 36.257% (-24.4%) from 60.697%
3001

push

buildkite

web-flow
Merge pull request #16393 from leopardracer/patch-1

fix: typos in documentation files

25609 of 70631 relevant lines covered (36.26%)

27168.12 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
7✔
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 )
7✔
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