Skip to content

Commit 1a88ceb

Browse files
committed
ci(grcov): remove usage of unsupported Zprofile flag
According to rust-lang/rust#131829 -Zprofile is removed.
1 parent 44b6bf0 commit 1a88ceb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/grcov.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
run: cargo test --all-features --no-fail-fast
2020
env:
2121
CARGO_INCREMENTAL: '0'
22-
RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
23-
RUSTDOCFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
22+
RUSTFLAGS: '-Cinstrument-coverage -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
23+
RUSTDOCFLAGS: '-Cinstrument-coverage -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
2424
- id: coverage
2525
uses: actions-rs/[email protected]
2626
- name: show lcov file ls

0 commit comments

Comments
 (0)