Skip to content

Commit 6e85739

Browse files
committed
init
1 parent e40f347 commit 6e85739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/run_tests/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
run: |
3232
cargo llvm-cov --no-report nextest
3333
cargo llvm-cov --no-report --doc
34-
cargo llvm-cov report --doctests --lcov --output-path lcov.info
34+
cargo llvm-cov report --all-features --doctests --lcov --output-path lcov.info
3535
3636
- name: Run tests
3737
shell: bash

0 commit comments

Comments
 (0)