Skip to content

Commit 82edd33

Browse files
authored
chore: remove coverage job and instrumentation (#11747)
Signed-off-by: Ali Caglayan <[email protected]>
1 parent 96cfa8c commit 82edd33

File tree

58 files changed

+56
-174
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

58 files changed

+56
-174
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,6 @@ test-all: $(BIN)
104104
test-all-sans-melange: $(BIN)
105105
$(BIN) build @runtest @runtest-js @runtest-coq
106106

107-
test-coverage: $(BIN)
108-
- $(BIN) build --instrument-with bisect_ppx --force @runtest
109-
bisect-ppx-report send-to Coveralls
110-
111107
.PHONY: check
112108
check: $(BIN)
113109
@$(BIN) build @check

otherlibs/chrome-trace/src/dune

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
(library
22
(name chrome_trace)
33
(public_name chrome-trace)
4-
(synopsis "Emit catapult trace files, compatible with chrome://tracing")
5-
(instrumentation
6-
(backend bisect_ppx)))
4+
(synopsis "Emit catapult trace files, compatible with chrome://tracing"))

otherlibs/chrome-trace/test/dune

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,4 @@
1313
base
1414
ppx_inline_test.config)
1515
(preprocess
16-
(pps ppx_expect))
17-
(instrumentation
18-
(backend bisect_ppx)))
16+
(pps ppx_expect)))

otherlibs/configurator/src/dune

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
(:include flags/flags.sexp)))
1212
(special_builtin_support
1313
(configurator
14-
(api_version 1)))
15-
(instrumentation
16-
(backend bisect_ppx)))
14+
(api_version 1))))
1715

1816
(documentation
1917
(package dune-configurator))

otherlibs/dune-action-plugin/src/dune

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,4 @@
33
(public_name dune-action-plugin)
44
(libraries stdune csexp dune-glob unix dune-rpc.private)
55
(synopsis
6-
"[Internal] Monadic interface for defining scripts with dynamic or complex sets of dependencies.")
7-
(instrumentation
8-
(backend bisect_ppx)))
6+
"[Internal] Monadic interface for defining scripts with dynamic or complex sets of dependencies."))

otherlibs/dune-build-info/src/dune

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@
55
(special_builtin_support
66
(build_info
77
(data_module build_info_data)
8-
(api_version 1)))
9-
(instrumentation
10-
(backend bisect_ppx)))
8+
(api_version 1))))
119

1210
(documentation
1311
(package dune-build-info))

otherlibs/dune-glob/src/dune

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
(libraries stdune dune-private-libs.dune_re dyn ordering)
55
(flags
66
(:standard -w -50))
7-
(synopsis "The glob language as understood by dune.")
8-
(instrumentation
9-
(backend bisect_ppx)))
7+
(synopsis "The glob language as understood by dune."))
108

119
(ocamllex lexer)

otherlibs/dune-glob/test/dune

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,4 @@
1111
base
1212
ppx_inline_test.config)
1313
(preprocess
14-
(pps ppx_expect))
15-
(instrumentation
16-
(backend bisect_ppx)))
14+
(pps ppx_expect)))
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
(library
22
(name dune_meta_parser)
33
(public_name dune-private-libs.meta_parser)
4-
(synopsis "[Internal] findlib META parser")
5-
(instrumentation
6-
(backend bisect_ppx)))
4+
(synopsis "[Internal] findlib META parser"))
75

86
(ocamllex meta_lexer)
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
(library
22
(name dune_section)
33
(public_name dune-private-libs.dune-section)
4-
(synopsis "[Internal] section definition")
5-
(instrumentation
6-
(backend bisect_ppx)))
4+
(synopsis "[Internal] section definition"))

0 commit comments

Comments
 (0)