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

mbarbin / auto-format / 136

15 May 2026 02:48PM UTC coverage: 58.738% (-27.2%) from 85.922%
136

push

github

mbarbin
Remove rm step in CI causing dune IO errors

- It is no longer clear why we needed this in the first place. It's possible in
the long run an improvement would be to avoid caching _build entirely if this is
largely superseded by relocatable+dune-cache. TBD.

121 of 206 relevant lines covered (58.74%)

2.78 hits per line

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

0.0
/src/stdlib/list0.ml
1
(****************************************************************************)
2
(*  auto-format: Build auto-format commands for custom languages            *)
3
(*  SPDX-FileCopyrightText: 2023 Mathieu Barbin <mathieu.barbin@gmail.com>  *)
4
(*  SPDX-License-Identifier: MIT                                            *)
5
(****************************************************************************)
6

7
include Stdlib.ListLabels
8

9
let exists t ~f = exists ~f t
×
10
let filter t ~f = filter ~f t
×
11
let map t ~f = map ~f t
×
12
let sort t ~compare = sort ~cmp:compare t
×
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