Skip to content

Commit 2b24ba6

Browse files
committed
- Add doctest coverage also
1 parent b8bb8dd commit 2b24ba6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/coverage.yml

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
- name: Run grcov
3030
env:
3131
PROJECT_NAME: "json-diff"
32+
RUSTDOCFLAGS: "-Cinstrument-coverage -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort"
3233
RUSTFLAGS: "-Cinstrument-coverage -Ccodegen-units=1 -Copt-level=0 -Clink-dead-code -Coverflow-checks=off -Zpanic_abort_tests -Cpanic=abort"
3334
CARGO_INCREMENTAL: 0
3435
run: |

0 commit comments

Comments
 (0)