Summary
Sanitizers, benchmarks, format-check, and ENTROPY_WERROR are in place. clang-tidy and coverage are still absent from CI.
Evidence
Suggested fix
- Add a
.clang-tidy config and a CI job that runs it on changed files (or the full tree if cheap enough).
- Optional: a coverage job (llvm-cov/lcov) that uploads a report without failing the build at first.
Summary
Sanitizers, benchmarks, format-check, and
ENTROPY_WERRORare in place. clang-tidy and coverage are still absent from CI.Evidence
ENTROPY_WERROR, aciCMake preset, format-check on changed files, and a nightly sim seed sweep..clang-tidyand no coverage job in.github/workflows/.Suggested fix
.clang-tidyconfig and a CI job that runs it on changed files (or the full tree if cheap enough).