We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19920f2 commit 8946eccCopy full SHA for 8946ecc
.github/workflows/mc_dc_coverage.yml
@@ -15,7 +15,7 @@ jobs:
15
coverage:
16
runs-on: ubuntu-latest
17
container:
18
- image: ivvitc/cryptolib:20240814
+ image: ivvitc/cryptolib:20250102
19
20
steps:
21
- uses: actions/checkout@v4
@@ -58,7 +58,7 @@ jobs:
58
python3 -c "import clang.cindex; print('Clang bindings are working')"
59
- name: Build with Coverage Flags
60
run: |
61
- export CFLAGS="-fprofile-arcs -ftest-coverage -g"
+ export CFLAGS="-fprofile-arcs -ftest-coverage -fcondition-coverage -g"
62
bash ${GITHUB_WORKSPACE}/support/scripts/build_internal.sh
63
- name: Generate Coverage Report and Badges
64
0 commit comments