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

mbarbin / git-pager / 68

24 Mar 2026 09:57AM UTC coverage: 91.16% (-0.5%) from 91.62%
68

push

github

mbarbin
Use same dune version as project

165 of 181 relevant lines covered (91.16%)

16.99 hits per line

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

66.67
/test/git-pager-cli/bin/main.ml
1
(*********************************************************************************)
2
(*  pageantty - Run a pager to display diffs and other outputs in the terminal   *)
3
(*  SPDX-FileCopyrightText: 2024-2025 Mathieu Barbin <mathieu.barbin@gmail.com>  *)
4
(*  SPDX-License-Identifier: MIT                                                 *)
5
(*********************************************************************************)
6

7
let version =
8
  match Build_info.V1.version () with
9
  | None -> "n/a"
46✔
10
  | Some v -> Build_info.V1.Version.to_string v
×
11
;;
12

13
let () =
14
  Cmdlang_cmdliner_err_runner.run Git_pager_cli_test.main ~name:"git-pager" ~version
36✔
15
;;
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