Skip to content

Commit

Permalink
test coverage
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Zaporozhets <[email protected]>
  • Loading branch information
Nikita Zaporozhets committed Jan 25, 2024
1 parent 4d04b9e commit 7ee6ae1
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 @@ -30,7 +30,7 @@ jobs:
- name: Run tests, with coverage
run: |
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
grcov . --binary-path ./target/debug -s . -t lcov --branch -o coverage --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
- name: Upload to Codecov
Expand Down

0 comments on commit 7ee6ae1

Please sign in to comment.