Table of Contents | ||
---|---|---|
|
Introduction
This section explains describes how to register integrate C/C++test as a local repository in a Bazel repositorywith a Bazel build for running static analysis and code coverage.
Note |
---|
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
...