Category: Software, Data, github

by Test coverage is a metric used to measure how much of the source code of a program is executed by running a set of tests.

Test coverage is a visual measurement used to express which lines of code were executed by a test suite.

In this post, we will introduce to you how Nebula Graph, a distributed graph database, performs test coverage.

Moreover, you can check the test coverage in different directories through the pie chart: You can also open a specific file to see which lines are covered or not: However, we use a CLI tool provided by Codecov instead of the APIs.

Related Articles