Skip to content

Commit 69671de

Browse files
committed
Run coverage tests with instrumentation in CI
1 parent 6015e06 commit 69671de

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverage.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
run: ./make.sh headers
5353

5454
- name: Test
55-
run: opam exec -- dune runtest
55+
run: opam exec -- dune runtest --instrument-with bisect_ppx
5656

57-
- run: opam exec -- bisect-ppx-report send-to Coveralls --coverage-path=.
57+
- run: opam exec -- bisect-ppx-report send-to Coveralls
5858
env:
5959
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
6060
PULL_REQUEST_NUMBER: ${{ github.event.number }}

0 commit comments

Comments
 (0)