We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3d9647 commit 1d57982Copy full SHA for 1d57982
.github/configs/grcov.yml
@@ -6,4 +6,4 @@ output-type: lcov
6
output-path: ./lcov.info
7
excl-line: "#\\[cfg\\(test\\)\\]"
8
excl-start: "mod tests \\{"
9
-excl-stop: "\\}"
+excl-stop: "\\}"git
.github/workflows/codecov.yml
@@ -27,6 +27,7 @@ jobs:
27
CARGO_INCREMENTAL: '0'
28
RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
29
RUSTDOCFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
30
+ RUST_BACKTRACE: 'full'
31
- name: rust-grcov
32
uses: xnuter/grcov@master
33
with:
0 commit comments