Skip to content

Commit

Permalink
test coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Zaporozhets <zaporozhets@soramitsu.co.jp>
  • Loading branch information
Nikita Zaporozhets committed Jan 25, 2024
1 parent c967eb1 commit 4d04b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Run tests, with coverage
run: |
cargo test --features "kusama,polkadot,rococo,runtime-benchmarks"
RUSTFLAGS="-Zproc-macro-backtrace" cargo test --features "kusama,polkadot,rococo,runtime-benchmarks"
grcov . --binary-path ./target/debug -s . -t cobertura --branch -o ./cobertura_report --ignore-not-existing --ignore "/opt/cargo/**" "target/debug" "node/src" --log-level "ERROR" --llvm-path /usr/lib/llvm-14/bin
find . -type f -name '*.profraw' -delete
Expand Down

0 comments on commit 4d04b9e

Please sign in to comment.