We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6015e06 commit 69671deCopy full SHA for 69671de
.github/workflows/coverage.yml
@@ -52,9 +52,9 @@ jobs:
52
run: ./make.sh headers
53
54
- name: Test
55
- run: opam exec -- dune runtest
+ run: opam exec -- dune runtest --instrument-with bisect_ppx
56
57
- - run: opam exec -- bisect-ppx-report send-to Coveralls --coverage-path=.
+ - run: opam exec -- bisect-ppx-report send-to Coveralls
58
env:
59
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
60
PULL_REQUEST_NUMBER: ${{ github.event.number }}
0 commit comments