Skip to content

Commit

Permalink
Tweak coverage instrumentation
Browse files Browse the repository at this point in the history
  • Loading branch information
xvw committed Jun 19, 2024
1 parent a8c56af commit 616db89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@ coverage-deps:

.PHONY: test-coverage
test-coverage:
dune build --instrument-with bisect_ppx --force @lsp/test/runtest @lsp-fiber/runtest @jsonrpc-fiber/runtest @ocaml-lsp-server/runtest
dune build -j 1 --instrument-with bisect_ppx --force @lsp/test/runtest @lsp-fiber/runtest @jsonrpc-fiber/runtest @ocaml-lsp-server/runtest
bisect-ppx-report send-to Coveralls

0 comments on commit 616db89

Please sign in to comment.