Skip to content

Commit

Permalink
fix coverage from cram tests and executables
Browse files Browse the repository at this point in the history
  • Loading branch information
zapashcanon committed Jan 5, 2024
1 parent d8ea6e7 commit a830cbb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
mv _build/default/_doc/_html doc/api
- name: coverage
run: |
opam exec -- dune runtest --instrument-with bisect_ppx
BISECT_FILE=$(pwd)/bisect opam exec -- dune runtest --force --instrument-with bisect_ppx
opam exec -- bisect-ppx-report html -o doc/coverage
- name: coverage-badge
run: |
Expand Down
4 changes: 3 additions & 1 deletion src/bin/dune
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@
(public_name owi)
(modules owi)
(package owi)
(libraries sedlex owi cmdliner))
(libraries sedlex owi cmdliner)
(instrumentation
(backend bisect_ppx)))

0 comments on commit a830cbb

Please sign in to comment.