File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -94,11 +94,18 @@ jobs:
94
94
95
95
# Run mcdc-checker without failing the step
96
96
echo "Running mcdc-checker..."
97
- mcdc-checker -a -v - j $GITHUB_WORKSPACE/doc/coverage/mcdc_report.json \
97
+ mcdc-checker -a -j $GITHUB_WORKSPACE/doc/coverage/mcdc_report.json \
98
98
-I $GITHUB_WORKSPACE/include $(find $GITHUB_WORKSPACE/src -type f -name '*.c' | tr '\n' ' ') \
99
99
> $GITHUB_WORKSPACE/doc/coverage/mcdc_checker_output.log 2>&1 || true
100
100
shell : bash
101
101
102
+ - name : Display MC/DC Checker Output
103
+ run : |
104
+ echo "Displaying MC/DC Checker Output:"
105
+ cat $GITHUB_WORKSPACE/doc/coverage/mcdc_checker_output.log
106
+ shell : bash
107
+
108
+
102
109
- name : Display MC/DC Checker Output
103
110
run : |
104
111
echo "Displaying MC/DC Checker Output:"
You can’t perform that action at this time.
0 commit comments