There was an error while loading. Please reload this page.
1 parent 7186af2 commit a3acb00Copy full SHA for a3acb00
1 file changed
.github/workflows/coverage.yml
@@ -30,6 +30,8 @@ jobs:
30
31
- name: Checkout code
32
uses: actions/checkout@v4
33
+ with:
34
+ fetch-depth: 0
35
36
- name: Use OCaml ${{ matrix.ocaml-compiler }}
37
uses: ocaml/setup-ocaml@v2
@@ -46,6 +48,7 @@ jobs:
46
48
run: opam exec -- dune runtest --instrument-with bisect_ppx
47
49
50
- name: Send coverage report to Codecov
- run: opam exec -- bisect-ppx-report send-to Codecov
51
+ run: opam exec -- bisect-ppx-report send-to Codecov --verbose
52
env:
53
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
54
PULL_REQUEST_NUMBER: ${{ github.event.number }}
0 commit comments