From 842ed8abf7606359b7829946327e346722761f27 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Sat, 6 Jan 2024 18:30:12 +0100 Subject: [PATCH] Fix grcov path --- .gitea/workflows/gitea-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index a7a9390..66fd338 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -21,7 +21,7 @@ jobs: - run: cargo build --verbose --all-features --all-targets - run: cargo test --verbose --all-features --all-targets --no-fail-fast - run: >- - grcov codecov/debug/profraw + grcov target/debug/profraw --binary-path ./target/debug/ --output-types html --source-dir .