From 46aed8096ee9d8702b5a98e6f3b1ff5db2bfc32a Mon Sep 17 00:00:00 2001
From: Antoine Gersant <antoine.gersant@lesforges.org>
Date: Tue, 4 Feb 2025 23:43:46 -0800
Subject: [PATCH] Coverage setup fixes

---
 .github/workflows/coverage.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 83d1694..643738b 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -34,11 +34,11 @@ jobs:
           --llvm
           --branch
           --ignore-not-existing
+          --binary-path ./target/debug/
           --excl-line "#\[derive\("
           --excl-br-line "#\[derive\("
           --excl-start "mod tests \{"
           --excl-br-start "mod tests \{"
-        working-directory: lib
       - name: Upload Results
         uses: codecov/codecov-action@v2
         with: