Skip to content

Commit

Permalink
Update index.md as per
Browse files Browse the repository at this point in the history
  • Loading branch information
shaedrich authored Oct 11, 2023
1 parent cb0caf9 commit f38b111
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions topics/coverage/index.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
---
display_name: Coverage
display_name: Test coverage
short_description: Coverage is the percentage of your project being covered by—depending on the perspective—code or tests.
topic: coverage
related: code-coverage, test-coverage, path-coverage, line-coverage, branch-coverage, automated-testing, coverage-report, serenity-bdd, cicd
---
**Coverage** is the percentage of your project being covered by—depending on the perspective—code or tests, which can be measured in different ways:
**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:
* path coverage
* line coverage
* branch coverage
* code coverage

1 comment on commit f38b111

@shaedrich
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.