Skip to content

Commit 8946ecc

Browse files
authored
[#258] Container Update
1 parent 19920f2 commit 8946ecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/mc_dc_coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
coverage:
1616
runs-on: ubuntu-latest
1717
container:
18-
image: ivvitc/cryptolib:20240814
18+
image: ivvitc/cryptolib:20250102
1919

2020
steps:
2121
- uses: actions/checkout@v4
@@ -58,7 +58,7 @@ jobs:
5858
python3 -c "import clang.cindex; print('Clang bindings are working')"
5959
- name: Build with Coverage Flags
6060
run: |
61-
export CFLAGS="-fprofile-arcs -ftest-coverage -g"
61+
export CFLAGS="-fprofile-arcs -ftest-coverage -fcondition-coverage -g"
6262
bash ${GITHUB_WORKSPACE}/support/scripts/build_internal.sh
6363
- name: Generate Coverage Report and Badges
6464
run: |

0 commit comments

Comments
 (0)