From 7eb822265ddc42798e9c8f9ca705c85bc8c6cc66 Mon Sep 17 00:00:00 2001 From: David Wurtz Date: Mon, 25 Nov 2024 17:04:59 -0800 Subject: [PATCH] undo --- .github/actions/qodo-cover/scripts/run.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/actions/qodo-cover/scripts/run.sh b/.github/actions/qodo-cover/scripts/run.sh index 2b870ba..5901071 100755 --- a/.github/actions/qodo-cover/scripts/run.sh +++ b/.github/actions/qodo-cover/scripts/run.sh @@ -1,9 +1,6 @@ #!/bin/bash set -e -# Unset LD_LIBRARY_PATH to avoid SQLite library conflicts -unset LD_LIBRARY_PATH - BINARY_PATH="/tmp/bin/cover-agent-pro" REPORT_DIR="/tmp" REPORT_PATH="$REPORT_DIR/report.txt"