Skip to content

Commit 2457dad

Browse files
authored
[#258] MCDC Test
1 parent 4995010 commit 2457dad

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/mc_dc_coverage.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -34,22 +34,6 @@ jobs:
3434
apt-get update
3535
apt-get install -y lcov libcurl4-openssl-dev libmariadb-dev libmariadb-dev-compat python3 python3-pip python3-venv \
3636
gcovr bc pipx clang-17 libclang-17-dev
37-
pip install clang
38-
39-
echo "Setting up Clang library path..."
40-
export LIBCLANG_PATH=$(find /usr/lib/llvm-17/lib -name "libclang-17.so" -print -quit)
41-
if [ -z "$LIBCLANG_PATH" ]; then
42-
echo "libclang-17.so not found!"
43-
exit 1
44-
fi
45-
echo "libclang-17.so found at $LIBCLANG_PATH"
46-
47-
echo "Configuring mcdc-checker to use libclang-17.so..."
48-
python3 -c "
49-
import clang.cindex as cindex
50-
cindex.Config.set_library_file('$LIBCLANG_PATH')
51-
print('Clang library path configured: ', cindex.Config.library_path)
52-
"
5337
pipx install --system-site-packages mcdc-checker
5438
5539
- name: Build with Coverage Flags

0 commit comments

Comments
 (0)