Skip to content

Commit

Permalink
fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
pompon0 committed Sep 28, 2023
1 parent 7bd0fb8 commit 2b084af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
with:
crate: cargo-tarpaulin
- name: run tarpaulin
run: cargo tarpaulin --out xml --manifest-path node/Cargo.toml -- --test-threads 1
run: cargo tarpaulin --out xml -- --test-threads 1
env:
RUST_LOG: 'network=trace,sync_blocks=trace,consensus=trace'

Expand Down

0 comments on commit 2b084af

Please sign in to comment.