Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scripts: generate code coverage with invariants build tag
We have a significant number of assertions across the codebase gated behind the invariants build tag. This code is run in CI and during the long-running nightly metamorphic tests. When generating code coverage profiles, run with this build tag to also capture code blocks that run with invariants.Enabled.
- Loading branch information