Skip to content

Commit 545d9ee

Browse files
authored
Merge pull request #3964 from shaedrich/coverage
Add topic "coverage"
2 parents 3da6134 + 74f6e9e commit 545d9ee

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

topics/coverage/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
display_name: Test coverage
3+
short_description: Coverage is the percentage of your project being covered by—depending on the perspective—code or tests.
4+
topic: coverage
5+
related: code-coverage, test-coverage, path-coverage, line-coverage, branch-coverage, automated-testing, coverage-report, serenity-bdd, cicd
6+
---
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:
8+
* path coverage
9+
* line coverage
10+
* branch coverage
11+
* code coverage

0 commit comments

Comments
 (0)