Skip to content

Commit 414a35c

Browse files
authored
chore: remove coverage information (#11699)
Coverage stopped being tracked back in #11224 this cleans up the rest of the mentions. Signed-off-by: Ali Caglayan <[email protected]>
1 parent 4eb90c2 commit 414a35c

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ install-ocamlformat:
5959
dev-deps:
6060
opam install -y . --deps-only --with-dev-setup
6161

62-
.PHONY: coverage-deps
63-
coverage-deps:
64-
opam install -y bisect_ppx
65-
6662
.PHONY: dev-deps-sans-melange
6763
dev-deps-sans-melange: dev-deps
6864

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
[![Main Workflow][workflow-badge]][workflow]
66
[![Release][release-badge]][release]
7-
[![Coverage][coverage-badge]][coverage]
87
[![License][license-badge]][license]
98
[![Contributors][contributors-badge]][contributors]
109

@@ -13,8 +12,6 @@
1312
[workflow-badge]: https://img.shields.io/github/actions/workflow/status/ocaml/dune/workflow.yml?label=CI&logo=github
1413
[release]: https://github.com/ocaml/dune/releases/latest
1514
[release-badge]: https://img.shields.io/github/v/release/ocaml/dune?label=release
16-
[coverage]: https://coveralls.io/github/ocaml/dune
17-
[coverage-badge]: https://img.shields.io/coveralls/github/ocaml/dune?logo=coveralls
1815
[license]: https://github.com/ocaml/dune/blob/main/LICENSE.md
1916
[license-badge]: https://img.shields.io/github/license/ocaml/dune
2017
[contributors]: https://github.com/ocaml/dune/graphs/contributors
@@ -79,6 +76,7 @@ The magic invocation is:
7976
```console
8077
$ dune build --only-packages <package-name> @install
8178
```
79+
8280
## Build Against Several Configurations at Once
8381

8482
Dune can build a given source code repository against several configurations
@@ -126,7 +124,7 @@ $ ./dune.exe install dune
126124
```
127125

128126
The first command builds the `dune.exe` binary. The second builds the additional
129-
files installed by Dune, such as the *man* pages, and the last simply installs
127+
files installed by Dune, such as the _man_ pages, and the last simply installs
130128
all of that on the system.
131129

132130
**Please note**: unless you ran the optional `./configure` script, you can
@@ -136,7 +134,6 @@ at compilation time.
136134

137135
# Support
138136

139-
140137
[![Issues][issues-badge]][issues]
141138
[![Discussions][discussions-badge]][discussions]
142139
[![Discuss OCaml][discuss-ocaml-badge]][discuss-ocaml]

0 commit comments

Comments
 (0)