Code Coverage¶
Welcome to CodeScene’s Code Coverage documentation. This documentation is divided into three parts:
Using and understanding CodeScene’s code coverage analyses¶
Start with Using Code Coverage if you already have code coverage set up for your CodeScene projects and want information about using and interpreting the results, or if you just want an overview of the features.
Setting up code coverage in CodeScene¶
If you’re setting up code coverage for the first time, see Getting started with Code Coverage in CodeScene first, which includes:
a list of supported code coverage metrics
how to upload your coverage data: CodeScene relies on coverage data files that you generate using third-party tools.
some configuration options, such as how to exclude certain files from the code coverage analysis.
The code coverage CLI upload tool¶
The CodeScene Coverage CLI tool CLI upload tool is how coverage data, generated by third-party tools, is uploaded to CodeScene.
This section explains how to install and configure the CLI tool.