Skip to content

Commit 1d57982

Browse files
author
Johanna
committed
Change codecov to show backtrace to find error
1 parent c3d9647 commit 1d57982

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/configs/grcov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ output-type: lcov
66
output-path: ./lcov.info
77
excl-line: "#\\[cfg\\(test\\)\\]"
88
excl-start: "mod tests \\{"
9-
excl-stop: "\\}"
9+
excl-stop: "\\}"git

.github/workflows/codecov.yml

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
CARGO_INCREMENTAL: '0'
2828
RUSTFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
2929
RUSTDOCFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests'
30+
RUST_BACKTRACE: 'full'
3031
- name: rust-grcov
3132
uses: xnuter/grcov@master
3233
with:

0 commit comments

Comments
 (0)