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

MinaProtocol / mina / 2995

25 Nov 2024 08:02PM UTC coverage: 32.818% (-27.9%) from 60.697%
2995

push

buildkite

web-flow
Merge pull request #16378 from MinaProtocol/dkijania/implement_test_ledger_apply_dev

implement test ledger apply dev

23246 of 70834 relevant lines covered (32.82%)

17178.91 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