Table of Contents | ||
---|---|---|
|
Introduction
This section explains describes how to integrate C/C++test with a Bazel build for running Static Analysis and collecting Code Coverage (experimental). Collecting code coverage for Bazel is currently not fully supported and remains an experimental feature.
Prerequisites
- C/C++test installed
- Bazel version 4.0+
- Linux only
...