From cb3e51f76f2ad7b9da35fd4eadd7edd9c2f33c40 Mon Sep 17 00:00:00 2001 From: Grzegorz Prusak Date: Thu, 28 Sep 2023 18:05:14 +0200 Subject: [PATCH] fixed path --- .github/workflows/coverage.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 1890b2a1f..751deef41 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -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 --manifest-path Cargo.toml -- --test-threads 1 env: RUST_LOG: 'network=trace,sync_blocks=trace,consensus=trace'