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: