Skip to content

Commit

Permalink
[#258] MCDC Test
Browse files Browse the repository at this point in the history
  • Loading branch information
rjbrown2 authored Dec 20, 2024
1 parent 91b3317 commit 3818e98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mc_dc_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
- name: Run MC/DC Analysis
run: |
echo "Setting up environment for MC/DC Checker..."
export PATH=/usr/lib/llvm-19/bin:$PATH
export PATH=/usr/lib/llvm-19/bin:$HOME/.local/bin:$PATH
export LD_LIBRARY_PATH=/usr/lib/llvm-19/lib:$LD_LIBRARY_PATH
echo "Configuring Clang library path for MC/DC Checker..."
python3 -c "
Expand All @@ -105,6 +105,7 @@ jobs:
> $GITHUB_WORKSPACE/doc/coverage/mcdc_checker_output.log 2>&1 || true
- name: Display MC/DC Checker Output
run: |
echo "Displaying MC/DC Checker Output:"
Expand Down

0 comments on commit 3818e98

Please sign in to comment.