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 b02556b commit be72792
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/mc_dc_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,15 +105,16 @@ jobs:
echo "Running mcdc-checker..."
mcdc-checker -a -j $GITHUB_WORKSPACE/doc/coverage/mcdc_report.json \
-I $GITHUB_WORKSPACE/include $(find $GITHUB_WORKSPACE/src -type f -name '*.c' | tr '\n' ' ') \
-I $GITHUB_WORKSPACE/include \
-I $GITHUB_WORKSPACE/test/include \
$(find $GITHUB_WORKSPACE/src -type f -name '*.c' | tr '\n' ' ') \
$(find $GITHUB_WORKSPACE/test -type f -name '*.c' | tr '\n' ' ') \
> $GITHUB_WORKSPACE/doc/coverage/mcdc_checker_output.log 2>&1 || true

echo "Displaying MC/DC Checker Output:"
cat $GITHUB_WORKSPACE/doc/coverage/mcdc_checker_output.log




- name: Display MC/DC Checker Output
run: |
echo "Displaying MC/DC Checker Output:"
Expand Down

0 comments on commit be72792

Please sign in to comment.