Skip to content

Commit 0b2742b

Browse files
authored
[#258] MCDC Test
1 parent c1fb21c commit 0b2742b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/mc_dc_coverage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
lcov libcurl4-openssl-dev libmariadb-dev libmariadb-dev-compat \
3636
python3 python3-pip python3-venv gcovr bc pipx wget \
3737
software-properties-common
38+
- name: Verify GCov Versions
39+
run: |
40+
gcovr --version
41+
gcov --version
42+
gcc --version
3843
- name: Build with Coverage Flags
3944
run: |
4045
export CFLAGS="-fprofile-arcs -ftest-coverage -fcondition-coverage -g"

0 commit comments

Comments
 (0)