Skip to content

Commit f38b111

Browse files
authored
Update index.md as per
1 parent cb0caf9 commit f38b111

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

topics/coverage/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
---
2-
display_name: Coverage
2+
display_name: Test coverage
33
short_description: Coverage is the percentage of your project being covered by—depending on the perspective—code or tests.
44
topic: coverage
55
related: code-coverage, test-coverage, path-coverage, line-coverage, branch-coverage, automated-testing, coverage-report, serenity-bdd, cicd
66
---
7-
**Coverage** is the percentage of your project being covered by—depending on the perspective—code or tests, which can be measured in different ways:
7+
**Test coverage** is the percentage of your project being covered by—depending on the perspective—code or tests, which can be measured in different ways:
88
* path coverage
99
* line coverage
1010
* branch coverage
11+
* code coverage

0 commit comments

Comments
 (0)