Skip to content

Commit

Permalink
CBMC: Disable generation of coverage information
Browse files Browse the repository at this point in the history
This commit disables CBMC coverage generation in CI, which is
very time-consuming and not what we are interested in currently.

Signed-off-by: Hanno Becker <[email protected]>
  • Loading branch information
hanno-becker committed Nov 11, 2024
1 parent 32ee851 commit 33b67ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/cbmc/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ runs:
run: |
cd cbmc/proofs;
echo "::group::cbmc_${{ inputs.mlkem_k }}"
MLKEM_K=${{ inputs.mlkem_k }} ./run-cbmc-proofs.py --summarize -j8;
MLKEM_K=${{ inputs.mlkem_k }} ./run-cbmc-proofs.py --summarize --no-coverage -j8;
echo "::endgroup::"

0 comments on commit 33b67ac

Please sign in to comment.