Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@ build:
check:
dune build @check -j $(JOBS)

coverage:
dune runtest --instrument-with bisect_ppx --force --profile=$(RELEASE) -j $(JOBS)
bisect-ppx-report html
bisect-ppx-report summary --per-file

clean:
dune clean

Expand Down
1 change: 0 additions & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -858,7 +858,6 @@
(alcotest :with-test)
astring
base-unix
(bisect_ppx :with-test)
(clock
(and
(= :version)
Expand Down
2 changes: 0 additions & 2 deletions ocaml/libs/xapi-stdext/lib/xapi-fd-test/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,5 @@
(library
(name xapi_fd_test)
(libraries clock (re_export xapi-stdext-unix.fdcaps) unix qcheck-core logs fmt (re_export mtime) mtime.clock.os rresult threads.posix)

; off by default, enable with --instrument-with bisect_ppx
(instrumentation (backend bisect_ppx))
)
2 changes: 0 additions & 2 deletions ocaml/libs/xapi-stdext/lib/xapi-fdcaps/dune
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@
(name xapi_fdcaps)
(libraries fmt unix threads.posix)
(flags (:standard -principal))

; off by default, enable with --instrument-with bisect_ppx
(instrumentation (backend bisect_ppx))
)
3 changes: 0 additions & 3 deletions ocaml/xapi-idl/lib/coverage/disabled.ml

This file was deleted.

141 changes: 0 additions & 141 deletions ocaml/xapi-idl/lib/coverage/enabled.ml

This file was deleted.

46 changes: 0 additions & 46 deletions ocaml/xenopsd/COVERAGE.md

This file was deleted.

1 change: 0 additions & 1 deletion opam/xapi-stdext-unix.opam
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ depends: [
"alcotest" {with-test}
"astring"
"base-unix"
"bisect_ppx" {with-test}
"clock" {= version & with-test}
"fd-send-recv" {>= "2.0.0"}
"fmt"
Expand Down
2 changes: 1 addition & 1 deletion quality-gate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ verify-cert () {
}

mli-files () {
N=459
N=457
X="ocaml/tests"
X+="|ocaml/quicktest"
X+="|ocaml/message-switch/core_test"
Expand Down
Loading