Skip to content

Commit 8beec3a

Browse files
committed
optimize README.md
1 parent bee2dd7 commit 8beec3a

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/actions-rs/grcov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
output-type: lcov
2+
output-file: ./lcov.info

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ jobs:
2828
run: cargo test --release --all-features --all --verbose
2929
env:
3030
CARGO_INCREMENTAL: '0'
31-
RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Cllvm-args=--inline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=unwind -Zpanic_unwind_tests'
32-
RUSTDOCFLAGS: '-Zprofile -Ccodegen-units=1 -Cllvm-args=--inline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=unwind -Zpanic_unwind_tests'
31+
RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Cllvm-args=--inline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=unwind -Zpanic_abort_tests'
32+
RUSTDOCFLAGS: '-Zprofile -Ccodegen-units=1 -Cllvm-args=--inline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=unwind -Zpanic_abort_tests'
3333
- name: rust-grcov
3434
# You may pin to the exact commit or the version.
3535
# uses: actions-rs/grcov@bb47b1ed7883a1502fa6875d562727ace2511248

0 commit comments

Comments
 (0)