File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 1919 - 4.10.x
2020 - 4.12.x
2121 - 4.14.x
22+ - 5.0.x
23+ - 5.1.x
2224 include :
2325 - os : ubuntu-latest
24- ocaml-compiler : 4.14 .x
26+ ocaml-compiler : 5.1 .x
2527 # We don't need to compute coverage for more than one build
2628 send-coverage : true
2729 # Mdx tests Mdx tests
6062 if : matrix.send-coverage == true
6163 run : |
6264 opam install bisect_ppx
65+ mkdir -p $BISECT_FILE
6366 opam exec -- dune runtest --instrument-with bisect_ppx --force
64- opam exec -- bisect-ppx-report send-to Coveralls
67+ opam exec -- bisect-ppx-report send-to Coveralls --coverage-path /tmp/coverage
6568 env :
69+ BISECT_FILE : /tmp/coverage/bisect
6670 COVERALLS_REPO_TOKEN : ${{ secrets.GITHUB_TOKEN }}
6771 PULL_REQUEST_NUMBER : ${{ github.event.number }}
You can’t perform that action at this time.
0 commit comments